#88650E

Color #88650E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #88650E

Tints of Golden Brown #88650E

Color information

#88650E (or 0x88650E) is unknown color: approx Golden Brown. HEX triplet: 88, 65 and 0E. RGB value is (136,101,14). Sum of RGB (Red+Green+Blue) = 136+101+14=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88650E is #779AF1. Grayscale: #656565. Windows color (decimal): -7838450 or 943496. OLE color: 943496.

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

Color convert

RGB13610114-
CMYK00.260.900.47
HSL42.79º81.33%29.41%-
HSV(B)42.79º89.71%53.33%-
XYZ14.8914.572.44-
YUV101.5578.6152.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=54.18%
G=40.24%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361011400.260.900.4742.7981.3329.41
Hex8865E01A5A2F2b511d
Octal21014516032132575312135
Binary10001000110010111100110101011010101111101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88650E; }

 p { color: rgb(136,101,14); }

 H1.HeaderClassName
 {
   color: #88650E;
 }
 .AnyTagClassName
 {
   color: #88650E;
 }
</style>
background-color css

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

 a { background-color: rgb(136,101,14); }

 div.DivClassName
 {
   background-color: #88650E;
 }
 .BgClassName
 {
   background-color: #88650E;
 }
</style>
border-color css

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

 span { border-color: rgb(136,101,14); }

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