Html Css Color HEX #866503 Golden Brown

📋 copy color: '#866503'

red 134 ◦ green 101 ◦ blue 3

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

Shades of Golden Brown #866503

Tints of Golden Brown #866503

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 56.3%
G = 42.44%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#866503 (or 0x866503) is known color: Golden Brown. HEX triplet: 86, 65 and 03. RGB value is (134,101,3). Sum of RGB (Red+Green+Blue) = 134+101+3=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #866503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866503 is #799AFC. Grayscale: #646464. Windows color (decimal): -7969533 or 222598. OLE color: 222598.

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

Color convert

RGB 134 101 3 -
CMYK 0 0.25 0.98 0.47
HSL 44.89º 0.96% 0.27% -
HSV(B) 44.89º 0.98% 0.53% -
XYZ 14.5 14.38 2.1 -
YUV 99.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 134 101 3 0 0.25 0.98 0.47 44.89 0.96 0.27
Hex 86 65 3 0 19 62 2F 2D 60 1B
Octal 206 145 3 0 31 142 57 55 140 33
Binary 10000110 1100101 11 0 11001 1100010 101111 101101 1100000 11011

Color Harmonies of #866503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866503

Black with #866503

Text Example


Text Example

White with #866503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866503; }

 p { color: rgb(134,101,3); }

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

background-color css

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

 a { background-color: rgb(134,101,3); }

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

border-color css

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

 span { border-color: rgb(134,101,3); }

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