Html Css Color HEX #88680A Golden Brown

📋 copy color: '#88680A'

red 136 ◦ green 104 ◦ blue 10

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

Shades of Golden Brown #88680A

Tints of Golden Brown #88680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 54.4%
G = 41.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#88680A (or 0x88680A) is known color: Golden Brown. HEX triplet: 88, 68 and 0A. RGB value is (136,104,10). Sum of RGB (Red+Green+Blue) = 136+104+10=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88680A is #7797F5. Grayscale: #676767. Windows color (decimal): -7837686 or 682120. OLE color: 682120.

HSL color Cylindrical-coordinate representation of color #88680A: hue angle of 44.76º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88680A is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 104 10 -
CMYK 0 0.24 0.93 0.47
HSL 44.76º 0.86% 0.29% -
HSV(B) 44.76º 0.93% 0.53% -
XYZ 15.16 15.16 2.41 -
YUV 102.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 136 104 10 0 0.24 0.93 0.47 44.76 0.86 0.29
Hex 88 68 A 0 18 5D 2F 2D 56 1D
Octal 210 150 12 0 30 135 57 55 126 35
Binary 10001000 1101000 1010 0 11000 1011101 101111 101101 1010110 11101

Color Harmonies of #88680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88680A

Black with #88680A

Text Example


Text Example

White with #88680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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