Html Css Color HEX #75600C Yukon Gold

📋 copy color: '#75600C'

red 117 ◦ green 96 ◦ blue 12

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

Shades of Yukon Gold #75600C

Tints of Yukon Gold #75600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 12 (5.08% from 255) = 5.33%

R = 52%
G = 42.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75600C (or 0x75600C) is known color: Yukon Gold. HEX triplet: 75, 60 and 0C. RGB value is (117,96,12). Sum of RGB (Red+Green+Blue) = 117+96+12=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75600C is #8A9FF3. Grayscale: #5D5D5D. Windows color (decimal): -9084916 or 811125. OLE color: 811125.

HSL color Cylindrical-coordinate representation of color #75600C: hue angle of 48º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75600C is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 12 -
CMYK 0 0.18 0.90 0.54
HSL 48º 0.81% 0.25% -
HSV(B) 48º 0.9% 0.46% -
XYZ 11.59 12.17 2.09 -
YUV 92.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 117 96 12 0 0.18 0.90 0.54 48 0.81 0.25
Hex 75 60 C 0 12 5A 36 30 51 19
Octal 165 140 14 0 22 132 66 60 121 31
Binary 1110101 1100000 1100 0 10010 1011010 110110 110000 1010001 11001

Color Harmonies of #75600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75600C

Black with #75600C

Text Example


Text Example

White with #75600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,96,12); }

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

background-color css

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

 a { background-color: rgb(117,96,12); }

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

border-color css

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

 span { border-color: rgb(117,96,12); }

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