Html Css Color HEX #70650B Yukon Gold

📋 copy color: '#70650B'

red 112 ◦ green 101 ◦ blue 11

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

Shades of Yukon Gold #70650B

Tints of Yukon Gold #70650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 50%
G = 45.09%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70650B (or 0x70650B) is known color: Yukon Gold. HEX triplet: 70, 65 and 0B. RGB value is (112,101,11). Sum of RGB (Red+Green+Blue) = 112+101+11=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70650B is #8F9AF4. Grayscale: #5E5E5E. Windows color (decimal): -9411317 or 746864. OLE color: 746864.

HSL color Cylindrical-coordinate representation of color #70650B: hue angle of 53.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70650B is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 11 -
CMYK 0 0.10 0.90 0.56
HSL 53.47º 0.82% 0.24% -
HSV(B) 53.47º 0.9% 0.44% -
XYZ 11.4 12.78 2.18 -
YUV 94.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 112 101 11 0 0.10 0.90 0.56 53.47 0.82 0.24
Hex 70 65 B 0 A 5A 38 35 52 18
Octal 160 145 13 0 12 132 70 65 122 30
Binary 1110000 1100101 1011 0 1010 1011010 111000 110101 1010010 11000

Color Harmonies of #70650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70650B

Black with #70650B

Text Example


Text Example

White with #70650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70650B; }

 p { color: rgb(112,101,11); }

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

background-color css

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

 a { background-color: rgb(112,101,11); }

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

border-color css

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

 span { border-color: rgb(112,101,11); }

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