Html Css Color HEX #866409 Golden Brown

📋 copy color: '#866409'

red 134 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #866409

Tints of Golden Brown #866409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.15%

 BLUE value IS 9 (3.91% from 255) = 3.7%

R = 55.14%
G = 41.15%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#866409 (or 0x866409) is known color: Golden Brown. HEX triplet: 86, 64 and 09. RGB value is (134,100,9). Sum of RGB (Red+Green+Blue) = 134+100+9=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #866409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866409 is #799BF6. Grayscale: #646464. Windows color (decimal): -7969783 or 615558. OLE color: 615558.

HSL color Cylindrical-coordinate representation of color #866409: hue angle of 43.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #866409 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 100 9 -
CMYK 0 0.25 0.93 0.47
HSL 43.68º 0.87% 0.28% -
HSV(B) 43.68º 0.93% 0.53% -
XYZ 14.44 14.2 2.24 -
YUV 99.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 134 100 9 0 0.25 0.93 0.47 43.68 0.87 0.28
Hex 86 64 9 0 19 5D 2F 2C 57 1C
Octal 206 144 11 0 31 135 57 54 127 34
Binary 10000110 1100100 1001 0 11001 1011101 101111 101100 1010111 11100

Color Harmonies of #866409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866409

Black with #866409

Text Example


Text Example

White with #866409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866409; }

 p { color: rgb(134,100,9); }

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

background-color css

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

 a { background-color: rgb(134,100,9); }

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

border-color css

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

 span { border-color: rgb(134,100,9); }

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