Html Css Color HEX #865F06 Golden Brown

📋 copy color: '#865F06'

red 134 ◦ green 95 ◦ blue 6

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

Shades of Golden Brown #865F06

Tints of Golden Brown #865F06

RGB

 RED value IS 134 (52.73% from 255) = 57.02%

 GREEN value IS 95 (37.5% from 255) = 40.43%

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

R = 57.02%
G = 40.43%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#865F06 (or 0x865F06) is known color: Golden Brown. HEX triplet: 86, 5F and 06. RGB value is (134,95,6). Sum of RGB (Red+Green+Blue) = 134+95+6=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #865F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F06 is #79A0F9. Grayscale: #606060. Windows color (decimal): -7971066 or 417670. OLE color: 417670.

HSL color Cylindrical-coordinate representation of color #865F06: hue angle of 41.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #865F06 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 6 -
CMYK 0 0.29 0.96 0.47
HSL 41.72º 0.91% 0.27% -
HSV(B) 41.72º 0.96% 0.53% -
XYZ 13.96 13.27 2 -
YUV 96.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 134 95 6 0 0.29 0.96 0.47 41.72 0.91 0.27
Hex 86 5F 6 0 1D 60 2F 2A 5B 1B
Octal 206 137 6 0 35 140 57 52 133 33
Binary 10000110 1011111 110 0 11101 1100000 101111 101010 1011011 11011

Color Harmonies of #865F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F06

Black with #865F06

Text Example


Text Example

White with #865F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865F06; }

 p { color: rgb(134,95,6); }

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

background-color css

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

 a { background-color: rgb(134,95,6); }

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

border-color css

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

 span { border-color: rgb(134,95,6); }

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