Html Css Color HEX #856B07 Yukon Gold

📋 copy color: '#856B07'

red 133 ◦ green 107 ◦ blue 7

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

Shades of Yukon Gold #856B07

Tints of Yukon Gold #856B07

RGB

 RED value IS 133 (52.34% from 255) = 53.85%

 GREEN value IS 107 (42.19% from 255) = 43.32%

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 53.85%
G = 43.32%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856B07 (or 0x856B07) is known color: Yukon Gold. HEX triplet: 85, 6B and 07. RGB value is (133,107,7). Sum of RGB (Red+Green+Blue) = 133+107+7=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #856B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B07 is #7A94F8. Grayscale: #676767. Windows color (decimal): -8033529 or 486277. OLE color: 486277.

HSL color Cylindrical-coordinate representation of color #856B07: hue angle of 47.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #856B07 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 7 -
CMYK 0 0.20 0.95 0.48
HSL 47.62º 0.9% 0.27% -
HSV(B) 47.62º 0.95% 0.52% -
XYZ 14.97 15.52 2.41 -
YUV 103.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 133 107 7 0 0.20 0.95 0.48 47.62 0.9 0.27
Hex 85 6B 7 0 14 5F 30 30 5A 1B
Octal 205 153 7 0 24 137 60 60 132 33
Binary 10000101 1101011 111 0 10100 1011111 110000 110000 1011010 11011

Color Harmonies of #856B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B07

Black with #856B07

Text Example


Text Example

White with #856B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856B07; }

 p { color: rgb(133,107,7); }

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

background-color css

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

 a { background-color: rgb(133,107,7); }

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

border-color css

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

 span { border-color: rgb(133,107,7); }

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