Html Css Color HEX #75653C Yellow Metal

📋 copy color: '#75653C'

red 117 ◦ green 101 ◦ blue 60

#75653C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #75653C

Tints of Yellow Metal #75653C

RGB

 RED value IS 117 (46.09% from 255) = 42.09%

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 42.09%
G = 36.33%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75653C (or 0x75653C) is known color: Yellow Metal. HEX triplet: 75, 65 and 3C. RGB value is (117,101,60). Sum of RGB (Red+Green+Blue) = 117+101+60=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75653C is #8A9AC3. Grayscale: #656565. Windows color (decimal): -9083588 or 3958133. OLE color: 3958133.

HSL color Cylindrical-coordinate representation of color #75653C: hue angle of 43.16º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75653C is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 60 -
CMYK 0 0.14 0.49 0.54
HSL 43.16º 0.32% 0.35% -
HSV(B) 43.16º 0.49% 0.46% -
XYZ 12.81 13.42 6.19 -
YUV 101.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 117 101 60 0 0.14 0.49 0.54 43.16 0.32 0.35
Hex 75 65 3C 0 E 31 36 2B 20 23
Octal 165 145 74 0 16 61 66 53 40 43
Binary 1110101 1100101 111100 0 1110 110001 110110 101011 100000 100011

Color Harmonies of #75653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75653C

Black with #75653C

Text Example


Text Example

White with #75653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75653C; }

 p { color: rgb(117,101,60); }

 H1.HeaderClassName
 {
   color: #75653C;
 }
 .AnyTagClassName
 {
   color: #75653C;
 }
</style>

background-color css

<style>
 a { background-color: #75653C; }

 a { background-color: rgb(117,101,60); }

 div.DivClassName
 {
   background-color: #75653C;
 }
 .BgClassName
 {
   background-color: #75653C;
 }
</style>

border-color css

<style>
 span { border-color: #75653C; }

 span { border-color: rgb(117,101,60); }

 td.TdClassName
 {
   border-color: #75653C;
 }
 .TagClassName
 {
   border-color: #75653C;
 }
</style>