#98661B

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

Shades of Golden Brown #98661B

Tints of Golden Brown #98661B

Color information

#98661B (or 0x98661B) is unknown color: approx Golden Brown. HEX triplet: 98, 66 and 1B. RGB value is (152,102,27). Sum of RGB (Red+Green+Blue) = 152+102+27=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98661B is #6799E4. Grayscale: #6C6C6C. Windows color (decimal): -6789605 or 1795736. OLE color: 1795736.

HSL color Cylindrical-coordinate representation of color #98661B: hue angle of 36º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98661B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB15210227-
CMYK00.330.820.40
HSL36º69.83%35.1%-
HSV(B)36º82.24%59.61%-
XYZ17.916.263.23-
YUV108.482.06159.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 102 (40.23% from 255) = 36.30%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=54.09%
G=36.30%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521022700.330.820.403669.8335.1
Hex98661B0215228244623
Octal23014633041122504410643
Binary10011000110011011011010000110100101010001001001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98661B; }

 p { color: rgb(152,102,27); }

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

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

 a { background-color: rgb(152,102,27); }

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

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

 span { border-color: rgb(152,102,27); }

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