Html Css Color HEX #856807 Yukon Gold

📋 copy color: '#856807'

red 133 ◦ green 104 ◦ blue 7

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

Shades of Yukon Gold #856807

Tints of Yukon Gold #856807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

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

R = 54.51%
G = 42.62%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856807 (or 0x856807) is known color: Yukon Gold. HEX triplet: 85, 68 and 07. RGB value is (133,104,7). Sum of RGB (Red+Green+Blue) = 133+104+7=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #856807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856807 is #7A97F8. Grayscale: #666666. Windows color (decimal): -8034297 or 485509. OLE color: 485509.

HSL color Cylindrical-coordinate representation of color #856807: hue angle of 46.19º 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 #856807 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 104 7 -
CMYK 0 0.22 0.95 0.48
HSL 46.19º 0.9% 0.27% -
HSV(B) 46.19º 0.95% 0.52% -
XYZ 14.66 14.9 2.3 -
YUV 101.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 133 104 7 0 0.22 0.95 0.48 46.19 0.9 0.27
Hex 85 68 7 0 16 5F 30 2E 5A 1B
Octal 205 150 7 0 26 137 60 56 132 33
Binary 10000101 1101000 111 0 10110 1011111 110000 101110 1011010 11011

Color Harmonies of #856807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856807

Black with #856807

Text Example


Text Example

White with #856807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856807; }

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

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

background-color css

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

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

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

border-color css

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

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

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