Html Css Color HEX #70600C Yukon Gold

📋 copy color: '#70600C'

red 112 ◦ green 96 ◦ blue 12

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

Shades of Yukon Gold #70600C

Tints of Yukon Gold #70600C

RGB

 RED value IS 112 (44.14% from 255) = 50.91%

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

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

R = 50.91%
G = 43.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70600C (or 0x70600C) is known color: Yukon Gold. HEX triplet: 70, 60 and 0C. RGB value is (112,96,12). Sum of RGB (Red+Green+Blue) = 112+96+12=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #70600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70600C is #8F9FF3. Grayscale: #5B5B5B. Windows color (decimal): -9412596 or 811120. OLE color: 811120.

HSL color Cylindrical-coordinate representation of color #70600C: hue angle of 50.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70600C is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 12 -
CMYK 0 0.14 0.89 0.56
HSL 50.4º 0.81% 0.24% -
HSV(B) 50.4º 0.89% 0.44% -
XYZ 10.93 11.84 2.06 -
YUV 91.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 112 96 12 0 0.14 0.89 0.56 50.4 0.81 0.24
Hex 70 60 C 0 E 59 38 32 51 18
Octal 160 140 14 0 16 131 70 62 121 30
Binary 1110000 1100000 1100 0 1110 1011001 111000 110010 1010001 11000

Color Harmonies of #70600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70600C

Black with #70600C

Text Example


Text Example

White with #70600C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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