Html Css Color HEX #70610D Yukon Gold

📋 copy color: '#70610D'

red 112 ◦ green 97 ◦ blue 13

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

Shades of Yukon Gold #70610D

Tints of Yukon Gold #70610D

RGB

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

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

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

R = 50.45%
G = 43.69%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70610D (or 0x70610D) is known color: Yukon Gold. HEX triplet: 70, 61 and 0D. RGB value is (112,97,13). Sum of RGB (Red+Green+Blue) = 112+97+13=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70610D is #8F9EF2. Grayscale: #5C5C5C. Windows color (decimal): -9412339 or 876912. OLE color: 876912.

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

Color convert

RGB 112 97 13 -
CMYK 0 0.13 0.88 0.56
HSL 50.91º 0.79% 0.25% -
HSV(B) 50.91º 0.88% 0.44% -
XYZ 11.03 12.02 2.12 -
YUV 91.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 112 97 13 0 0.13 0.88 0.56 50.91 0.79 0.25
Hex 70 61 D 0 D 58 38 33 4F 19
Octal 160 141 15 0 15 130 70 63 117 31
Binary 1110000 1100001 1101 0 1101 1011000 111000 110011 1001111 11001

Color Harmonies of #70610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70610D

Black with #70610D

Text Example


Text Example

White with #70610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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