Html Css Color HEX #866300 Golden Brown

📋 copy color: '#866300'

red 134 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #866300

Tints of Golden Brown #866300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.51%
G = 42.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#866300 (or 0x866300) is known color: Golden Brown. HEX triplet: 86, 63 and 00. RGB value is (134,99,0). Sum of RGB (Red+Green+Blue) = 134+99+0=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #866300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866300 is #799CFF. Grayscale: #626262. Windows color (decimal): -7970048 or 25478. OLE color: 25478.

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

Color convert

RGB 134 99 0 -
CMYK 0 0.26 1 0.47
HSL 44.33º 1% 0.26% -
HSV(B) 44.33º 1% 0.53% -
XYZ 14.29 13.99 1.95 -
YUV 98.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 134 99 0 0 0.26 1 0.47 44.33 1 0.26
Hex 86 63 0 0 1A 64 2F 2C 64 1A
Octal 206 143 0 0 32 144 57 54 144 32
Binary 10000110 1100011 0 0 11010 1100100 101111 101100 1100100 11010

Color Harmonies of #866300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866300

Black with #866300

Text Example


Text Example

White with #866300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866300; }

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

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

background-color css

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

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

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

border-color css

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

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

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