Html Css Color HEX #70640D Yukon Gold

📋 copy color: '#70640D'

red 112 ◦ green 100 ◦ blue 13

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

Shades of Yukon Gold #70640D

Tints of Yukon Gold #70640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.44%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 49.78%
G = 44.44%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70640D (or 0x70640D) is known color: Yukon Gold. HEX triplet: 70, 64 and 0D. RGB value is (112,100,13). Sum of RGB (Red+Green+Blue) = 112+100+13=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70640D is #8F9BF2. Grayscale: #5E5E5E. Windows color (decimal): -9411571 or 877680. OLE color: 877680.

HSL color Cylindrical-coordinate representation of color #70640D: hue angle of 52.73º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70640D is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 13 -
CMYK 0 0.11 0.88 0.56
HSL 52.73º 0.79% 0.25% -
HSV(B) 52.73º 0.88% 0.44% -
XYZ 11.31 12.59 2.21 -
YUV 93.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 112 100 13 0 0.11 0.88 0.56 52.73 0.79 0.25
Hex 70 64 D 0 B 58 38 35 4F 19
Octal 160 144 15 0 13 130 70 65 117 31
Binary 1110000 1100100 1101 0 1011 1011000 111000 110101 1001111 11001

Color Harmonies of #70640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70640D

Black with #70640D

Text Example


Text Example

White with #70640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70640D; }

 p { color: rgb(112,100,13); }

 H1.HeaderClassName
 {
   color: #70640D;
 }
 .AnyTagClassName
 {
   color: #70640D;
 }
</style>

background-color css

<style>
 a { background-color: #70640D; }

 a { background-color: rgb(112,100,13); }

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

border-color css

<style>
 span { border-color: #70640D; }

 span { border-color: rgb(112,100,13); }

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