Html Css Color HEX #70600F Yukon Gold

📋 copy color: '#70600F'

red 112 ◦ green 96 ◦ blue 15

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

Shades of Yukon Gold #70600F

Tints of Yukon Gold #70600F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.73%

R = 50.22%
G = 43.05%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70600F (or 0x70600F) is known color: Yukon Gold. HEX triplet: 70, 60 and 0F. RGB value is (112,96,15). Sum of RGB (Red+Green+Blue) = 112+96+15=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70600F is #8F9FF0. Grayscale: #5B5B5B. Windows color (decimal): -9412593 or 1007728. OLE color: 1007728.

HSL color Cylindrical-coordinate representation of color #70600F: hue angle of 50.1º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70600F is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 15 -
CMYK 0 0.14 0.87 0.56
HSL 50.1º 0.76% 0.25% -
HSV(B) 50.1º 0.87% 0.44% -
XYZ 10.95 11.84 2.16 -
YUV 91.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 112 96 15 0 0.14 0.87 0.56 50.1 0.76 0.25
Hex 70 60 F 0 E 57 38 32 4C 19
Octal 160 140 17 0 16 127 70 62 114 31
Binary 1110000 1100000 1111 0 1110 1010111 111000 110010 1001100 11001

Color Harmonies of #70600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70600F

Black with #70600F

Text Example


Text Example

White with #70600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70600F; }

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

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

background-color css

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

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

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

border-color css

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

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

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