Html Css Color HEX #856907 Yukon Gold

📋 copy color: '#856907'

red 133 ◦ green 105 ◦ blue 7

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

Shades of Yukon Gold #856907

Tints of Yukon Gold #856907

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

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

R = 54.29%
G = 42.86%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856907 (or 0x856907) is known color: Yukon Gold. HEX triplet: 85, 69 and 07. RGB value is (133,105,7). Sum of RGB (Red+Green+Blue) = 133+105+7=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #856907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856907 is #7A96F8. Grayscale: #666666. Windows color (decimal): -8034041 or 485765. OLE color: 485765.

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

Color convert

RGB 133 105 7 -
CMYK 0 0.21 0.95 0.48
HSL 46.67º 0.9% 0.27% -
HSV(B) 46.67º 0.95% 0.52% -
XYZ 14.76 15.11 2.34 -
YUV 102.2 74.28 149.97 -
System Red Green Blue C M Y K H S L
Decimal 133 105 7 0 0.21 0.95 0.48 46.67 0.9 0.27
Hex 85 69 7 0 15 5F 30 2F 5A 1B
Octal 205 151 7 0 25 137 60 57 132 33
Binary 10000101 1101001 111 0 10101 1011111 110000 101111 1011010 11011

Color Harmonies of #856907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856907

Black with #856907

Text Example


Text Example

White with #856907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856907; }

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

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

background-color css

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

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

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

border-color css

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

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

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