Html Css Color HEX #886704 Golden Brown

📋 copy color: '#886704'

red 136 ◦ green 103 ◦ blue 4

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

Shades of Golden Brown #886704

Tints of Golden Brown #886704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.39%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 55.97%
G = 42.39%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#886704 (or 0x886704) is known color: Golden Brown. HEX triplet: 88, 67 and 04. RGB value is (136,103,4). Sum of RGB (Red+Green+Blue) = 136+103+4=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #886704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886704 is #7798FB. Grayscale: #666666. Windows color (decimal): -7837948 or 288648. OLE color: 288648.

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

Color convert

RGB 136 103 4 -
CMYK 0 0.24 0.97 0.47
HSL 45º 0.94% 0.27% -
HSV(B) 45º 0.97% 0.53% -
XYZ 15.03 14.94 2.21 -
YUV 101.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 136 103 4 0 0.24 0.97 0.47 45 0.94 0.27
Hex 88 67 4 0 18 61 2F 2D 5E 1B
Octal 210 147 4 0 30 141 57 55 136 33
Binary 10001000 1100111 100 0 11000 1100001 101111 101101 1011110 11011

Color Harmonies of #886704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886704

Black with #886704

Text Example


Text Example

White with #886704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886704; }

 p { color: rgb(136,103,4); }

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

background-color css

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

 a { background-color: rgb(136,103,4); }

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

border-color css

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

 span { border-color: rgb(136,103,4); }

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