Html Css Color HEX #886807 Golden Brown

📋 copy color: '#886807'

red 136 ◦ green 104 ◦ blue 7

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

Shades of Golden Brown #886807

Tints of Golden Brown #886807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.11%

 BLUE value IS 7 (3.13% from 255) = 2.83%

R = 55.06%
G = 42.11%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#886807 (or 0x886807) is known color: Golden Brown. HEX triplet: 88, 68 and 07. RGB value is (136,104,7). Sum of RGB (Red+Green+Blue) = 136+104+7=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #886807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886807 is #7797F8. Grayscale: #666666. Windows color (decimal): -7837689 or 485512. OLE color: 485512.

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

Color convert

RGB 136 104 7 -
CMYK 0 0.24 0.95 0.47
HSL 45.12º 0.9% 0.28% -
HSV(B) 45.12º 0.95% 0.53% -
XYZ 15.14 15.15 2.33 -
YUV 102.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 136 104 7 0 0.24 0.95 0.47 45.12 0.9 0.28
Hex 88 68 7 0 18 5F 2F 2D 5A 1C
Octal 210 150 7 0 30 137 57 55 132 34
Binary 10001000 1101000 111 0 11000 1011111 101111 101101 1011010 11100

Color Harmonies of #886807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886807

Black with #886807

Text Example


Text Example

White with #886807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886807; }

 p { color: rgb(136,104,7); }

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

background-color css

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

 a { background-color: rgb(136,104,7); }

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

border-color css

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

 span { border-color: rgb(136,104,7); }

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