Html Css Color HEX #706018 Yukon Gold

📋 copy color: '#706018'

red 112 ◦ green 96 ◦ blue 24

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

Shades of Yukon Gold #706018

Tints of Yukon Gold #706018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

 BLUE value IS 24 (9.77% from 255) = 10.34%

R = 48.28%
G = 41.38%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706018 (or 0x706018) is known color: Yukon Gold. HEX triplet: 70, 60 and 18. RGB value is (112,96,24). Sum of RGB (Red+Green+Blue) = 112+96+24=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706018 is #8F9FE7. Grayscale: #5C5C5C. Windows color (decimal): -9412584 or 1597552. OLE color: 1597552.

HSL color Cylindrical-coordinate representation of color #706018: hue angle of 49.09º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #706018 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 24 -
CMYK 0 0.14 0.79 0.56
HSL 49.09º 0.65% 0.27% -
HSV(B) 49.09º 0.79% 0.44% -
XYZ 11.03 11.88 2.58 -
YUV 92.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 112 96 24 0 0.14 0.79 0.56 49.09 0.65 0.27
Hex 70 60 18 0 E 4F 38 31 41 1B
Octal 160 140 30 0 16 117 70 61 101 33
Binary 1110000 1100000 11000 0 1110 1001111 111000 110001 1000001 11011

Color Harmonies of #706018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706018

Black with #706018

Text Example


Text Example

White with #706018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706018; }

 p { color: rgb(112,96,24); }

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

background-color css

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

 a { background-color: rgb(112,96,24); }

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

border-color css

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

 span { border-color: rgb(112,96,24); }

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