Html Css Color HEX #70620C Yukon Gold

📋 copy color: '#70620C'

red 112 ◦ green 98 ◦ blue 12

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

Shades of Yukon Gold #70620C

Tints of Yukon Gold #70620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.14%

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

R = 50.45%
G = 44.14%
B = 5.41%

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

#70620C (or 0x70620C) is known color: Yukon Gold. HEX triplet: 70, 62 and 0C. RGB value is (112,98,12). Sum of RGB (Red+Green+Blue) = 112+98+12=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70620C is #8F9DF3. Grayscale: #5C5C5C. Windows color (decimal): -9412084 or 811632. OLE color: 811632.

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

Color convert

RGB 112 98 12 -
CMYK 0 0.13 0.89 0.56
HSL 51.6º 0.81% 0.24% -
HSV(B) 51.6º 0.89% 0.44% -
XYZ 11.12 12.21 2.12 -
YUV 92.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 112 98 12 0 0.13 0.89 0.56 51.6 0.81 0.24
Hex 70 62 C 0 D 59 38 34 51 18
Octal 160 142 14 0 15 131 70 64 121 30
Binary 1110000 1100010 1100 0 1101 1011001 111000 110100 1010001 11000

Color Harmonies of #70620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70620C

Black with #70620C

Text Example


Text Example

White with #70620C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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