Html Css Color HEX #856707 Yukon Gold

📋 copy color: '#856707'

red 133 ◦ green 103 ◦ blue 7

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

Shades of Yukon Gold #856707

Tints of Yukon Gold #856707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

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

R = 54.73%
G = 42.39%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#856707 (or 0x856707) is known color: Yukon Gold. HEX triplet: 85, 67 and 07. RGB value is (133,103,7). Sum of RGB (Red+Green+Blue) = 133+103+7=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #856707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856707 is #7A98F8. Grayscale: #656565. Windows color (decimal): -8034553 or 485253. OLE color: 485253.

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

Color convert

RGB 133 103 7 -
CMYK 0 0.23 0.95 0.48
HSL 45.71º 0.9% 0.27% -
HSV(B) 45.71º 0.95% 0.52% -
XYZ 14.56 14.7 2.27 -
YUV 101.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 133 103 7 0 0.23 0.95 0.48 45.71 0.9 0.27
Hex 85 67 7 0 17 5F 30 2E 5A 1B
Octal 205 147 7 0 27 137 60 56 132 33
Binary 10000101 1100111 111 0 10111 1011111 110000 101110 1011010 11011

Color Harmonies of #856707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856707

Black with #856707

Text Example


Text Example

White with #856707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856707; }

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

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

background-color css

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

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

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

border-color css

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

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

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