Html Css Color HEX #856B06 Yukon Gold

📋 copy color: '#856B06'

red 133 ◦ green 107 ◦ blue 6

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

Shades of Yukon Gold #856B06

Tints of Yukon Gold #856B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 54.07%
G = 43.5%
B = 2.44%

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

#856B06 (or 0x856B06) is known color: Yukon Gold. HEX triplet: 85, 6B and 06. RGB value is (133,107,6). Sum of RGB (Red+Green+Blue) = 133+107+6=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #856B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856B06 is #7A94F9. Grayscale: #676767. Windows color (decimal): -8033530 or 420741. OLE color: 420741.

HSL color Cylindrical-coordinate representation of color #856B06: hue angle of 47.72º degrees, saturation: 0.91, 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 #856B06 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 6 -
CMYK 0 0.20 0.95 0.48
HSL 47.72º 0.91% 0.27% -
HSV(B) 47.72º 0.95% 0.52% -
XYZ 14.96 15.52 2.38 -
YUV 103.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 133 107 6 0 0.20 0.95 0.48 47.72 0.91 0.27
Hex 85 6B 6 0 14 5F 30 30 5B 1B
Octal 205 153 6 0 24 137 60 60 133 33
Binary 10000101 1101011 110 0 10100 1011111 110000 110000 1011011 11011

Color Harmonies of #856B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B06

Black with #856B06

Text Example


Text Example

White with #856B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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