Html Css Color HEX #88660D Golden Brown

📋 copy color: '#88660D'

red 136 ◦ green 102 ◦ blue 13

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

Shades of Golden Brown #88660D

Tints of Golden Brown #88660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.64%

 BLUE value IS 13 (5.47% from 255) = 5.18%

R = 54.18%
G = 40.64%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88660D (or 0x88660D) is known color: Golden Brown. HEX triplet: 88, 66 and 0D. RGB value is (136,102,13). Sum of RGB (Red+Green+Blue) = 136+102+13=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88660D is #7799F2. Grayscale: #666666. Windows color (decimal): -7838195 or 878216. OLE color: 878216.

HSL color Cylindrical-coordinate representation of color #88660D: hue angle of 43.41º degrees, saturation: 0.83, 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 #88660D is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 102 13 -
CMYK 0 0.25 0.90 0.47
HSL 43.41º 0.83% 0.29% -
HSV(B) 43.41º 0.9% 0.53% -
XYZ 14.98 14.77 2.44 -
YUV 102.02 77.76 152.24 -
System Red Green Blue C M Y K H S L
Decimal 136 102 13 0 0.25 0.90 0.47 43.41 0.83 0.29
Hex 88 66 D 0 19 5A 2F 2B 53 1D
Octal 210 146 15 0 31 132 57 53 123 35
Binary 10001000 1100110 1101 0 11001 1011010 101111 101011 1010011 11101

Color Harmonies of #88660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88660D

Black with #88660D

Text Example


Text Example

White with #88660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88660D; }

 p { color: rgb(136,102,13); }

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

background-color css

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

 a { background-color: rgb(136,102,13); }

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

border-color css

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

 span { border-color: rgb(136,102,13); }

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