Html Css Color HEX #70620D Yukon Gold

📋 copy color: '#70620D'

red 112 ◦ green 98 ◦ blue 13

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

Shades of Yukon Gold #70620D

Tints of Yukon Gold #70620D

RGB

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

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

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

R = 50.22%
G = 43.95%
B = 5.83%

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

#70620D (or 0x70620D) is known color: Yukon Gold. HEX triplet: 70, 62 and 0D. RGB value is (112,98,13). Sum of RGB (Red+Green+Blue) = 112+98+13=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70620D is #8F9DF2. Grayscale: #5C5C5C. Windows color (decimal): -9412083 or 877168. OLE color: 877168.

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

Color convert

RGB 112 98 13 -
CMYK 0 0.13 0.88 0.56
HSL 51.52º 0.79% 0.25% -
HSV(B) 51.52º 0.88% 0.44% -
XYZ 11.12 12.21 2.15 -
YUV 92.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 112 98 13 0 0.13 0.88 0.56 51.52 0.79 0.25
Hex 70 62 D 0 D 58 38 34 4F 19
Octal 160 142 15 0 15 130 70 64 117 31
Binary 1110000 1100010 1101 0 1101 1011000 111000 110100 1001111 11001

Color Harmonies of #70620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70620D

Black with #70620D

Text Example


Text Example

White with #70620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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