Html Css Color HEX #70610C Yukon Gold

📋 copy color: '#70610C'

red 112 ◦ green 97 ◦ blue 12

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

Shades of Yukon Gold #70610C

Tints of Yukon Gold #70610C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.89%

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

R = 50.68%
G = 43.89%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70610C (or 0x70610C) is known color: Yukon Gold. HEX triplet: 70, 61 and 0C. RGB value is (112,97,12). Sum of RGB (Red+Green+Blue) = 112+97+12=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70610C is #8F9EF3. Grayscale: #5C5C5C. Windows color (decimal): -9412340 or 811376. OLE color: 811376.

HSL color Cylindrical-coordinate representation of color #70610C: hue angle of 51º 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 #70610C is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 12 -
CMYK 0 0.13 0.89 0.56
HSL 51º 0.81% 0.24% -
HSV(B) 51º 0.89% 0.44% -
XYZ 11.02 12.02 2.09 -
YUV 91.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 112 97 12 0 0.13 0.89 0.56 51 0.81 0.24
Hex 70 61 C 0 D 59 38 33 51 18
Octal 160 141 14 0 15 131 70 63 121 30
Binary 1110000 1100001 1100 0 1101 1011001 111000 110011 1010001 11000

Color Harmonies of #70610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70610C

Black with #70610C

Text Example


Text Example

White with #70610C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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