#96621E

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

Shades of Golden Brown #96621E

Tints of Golden Brown #96621E

Color information

#96621E (or 0x96621E) is unknown color: approx Golden Brown. HEX triplet: 96, 62 and 1E. RGB value is (150,98,30). Sum of RGB (Red+Green+Blue) = 150+98+30=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96621E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96621E is #699DE1. Grayscale: #6A6A6A. Windows color (decimal): -6921698 or 1991318. OLE color: 1991318.

HSL color Cylindrical-coordinate representation of color #96621E: hue angle of 34º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96621E is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1509830-
CMYK00.350.800.41
HSL34º66.67%35.29%-
HSV(B)34º80%58.82%-
XYZ17.1815.313.28-
YUV105.885.23159.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=53.96%
G=35.25%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150983000.350.800.413466.6735.29
Hex96621E0235029224323
Octal22614236043120514210343
Binary10010110110001011110010001110100001010011000101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,98,30); }

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

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

 a { background-color: rgb(150,98,30); }

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

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

 span { border-color: rgb(150,98,30); }

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