Html Css Color HEX #886410 Golden Brown

📋 copy color: '#886410'

red 136 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #886410

Tints of Golden Brown #886410

RGB

 RED value IS 136 (53.52% from 255) = 53.97%

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

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 53.97%
G = 39.68%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#886410 (or 0x886410) is known color: Golden Brown. HEX triplet: 88, 64 and 10. RGB value is (136,100,16). Sum of RGB (Red+Green+Blue) = 136+100+16=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #886410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886410 is #779BEF. Grayscale: #656565. Windows color (decimal): -7838704 or 1074312. OLE color: 1074312.

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

Color convert

RGB 136 100 16 -
CMYK 0 0.26 0.88 0.47
HSL 42º 0.79% 0.3% -
HSV(B) 42º 0.88% 0.53% -
XYZ 14.8 14.39 2.49 -
YUV 101.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 136 100 16 0 0.26 0.88 0.47 42 0.79 0.3
Hex 88 64 10 0 1A 58 2F 2A 4F 1E
Octal 210 144 20 0 32 130 57 52 117 36
Binary 10001000 1100100 10000 0 11010 1011000 101111 101010 1001111 11110

Color Harmonies of #886410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886410

Black with #886410

Text Example


Text Example

White with #886410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886410; }

 p { color: rgb(136,100,16); }

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

background-color css

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

 a { background-color: rgb(136,100,16); }

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

border-color css

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

 span { border-color: rgb(136,100,16); }

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