Html Css Color HEX #866309 Golden Brown

📋 copy color: '#866309'

red 134 ◦ green 99 ◦ blue 9

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

Shades of Golden Brown #866309

Tints of Golden Brown #866309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.91%

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

R = 55.37%
G = 40.91%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#866309 (or 0x866309) is known color: Golden Brown. HEX triplet: 86, 63 and 09. RGB value is (134,99,9). Sum of RGB (Red+Green+Blue) = 134+99+9=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #866309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866309 is #799CF6. Grayscale: #636363. Windows color (decimal): -7970039 or 615302. OLE color: 615302.

HSL color Cylindrical-coordinate representation of color #866309: hue angle of 43.2º 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 #866309 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 9 -
CMYK 0 0.26 0.93 0.47
HSL 43.2º 0.87% 0.28% -
HSV(B) 43.2º 0.93% 0.53% -
XYZ 14.34 14.01 2.21 -
YUV 99.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 134 99 9 0 0.26 0.93 0.47 43.2 0.87 0.28
Hex 86 63 9 0 1A 5D 2F 2B 57 1C
Octal 206 143 11 0 32 135 57 53 127 34
Binary 10000110 1100011 1001 0 11010 1011101 101111 101011 1010111 11100

Color Harmonies of #866309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866309

Black with #866309

Text Example


Text Example

White with #866309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866309; }

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

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

background-color css

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

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

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

border-color css

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

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

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