#99641A

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

Shades of Golden Brown #99641A

Tints of Golden Brown #99641A

Color information

#99641A (or 0x99641A) is unknown color: approx Golden Brown. HEX triplet: 99, 64 and 1A. RGB value is (153,100,26). Sum of RGB (Red+Green+Blue) = 153+100+26=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99641A is #669BE5. Grayscale: #6B6B6B. Windows color (decimal): -6724582 or 1729689. OLE color: 1729689.

HSL color Cylindrical-coordinate representation of color #99641A: hue angle of 34.96º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99641A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB15310026-
CMYK00.350.830.4
HSL34.96º70.95%35.1%-
HSV(B)34.96º83.01%60%-
XYZ17.8815.963.12-
YUV107.4182.06160.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.84%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 26 (10.55% from 255) = 9.32%
R=54.84%
G=35.84%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531002600.350.830.434.9670.9535.1
Hex99641A0235328234723
Octal23114432043123504310743
Binary10011001110010011010010001110100111010001000111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,100,26); }

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

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

 a { background-color: rgb(153,100,26); }

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

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

 span { border-color: rgb(153,100,26); }

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