Html Css Color HEX #70620B Yukon Gold

📋 copy color: '#70620B'

red 112 ◦ green 98 ◦ blue 11

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

Shades of Yukon Gold #70620B

Tints of Yukon Gold #70620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 50.68%
G = 44.34%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70620B (or 0x70620B) is known color: Yukon Gold. HEX triplet: 70, 62 and 0B. RGB value is (112,98,11). Sum of RGB (Red+Green+Blue) = 112+98+11=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70620B is #8F9DF4. Grayscale: #5C5C5C. Windows color (decimal): -9412085 or 746096. OLE color: 746096.

HSL color Cylindrical-coordinate representation of color #70620B: hue angle of 51.68º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70620B is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 11 -
CMYK 0 0.13 0.90 0.56
HSL 51.68º 0.82% 0.24% -
HSV(B) 51.68º 0.9% 0.44% -
XYZ 11.11 12.2 2.09 -
YUV 92.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 112 98 11 0 0.13 0.90 0.56 51.68 0.82 0.24
Hex 70 62 B 0 D 5A 38 34 52 18
Octal 160 142 13 0 15 132 70 64 122 30
Binary 1110000 1100010 1011 0 1101 1011010 111000 110100 1010010 11000

Color Harmonies of #70620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70620B

Black with #70620B

Text Example


Text Example

White with #70620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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