#965434

Color #965434 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #965434

Tints of Chelsea Gem #965434

Color information

#965434 (or 0x965434) is unknown color: approx Chelsea Gem. HEX triplet: 96, 54 and 34. RGB value is (150,84,52). Sum of RGB (Red+Green+Blue) = 150+84+52=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965434 is #69ABCB. Grayscale: #646464. Windows color (decimal): -6925260 or 3429526. OLE color: 3429526.

HSL color Cylindrical-coordinate representation of color #965434: hue angle of 19.59º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #965434 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1508452-
CMYK00.440.650.41
HSL19.59º48.51%39.61%-
HSV(B)19.59º65.33%58.82%-
XYZ16.3713.074.91-
YUV100.09100.87163.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=52.45%
G=29.37%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150845200.440.650.4119.5948.5139.61
Hex96543402C4129143128
Octal2261246405410151246150
Binary1001011010101001101000101100100000110100110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965434; }

 p { color: rgb(150,84,52); }

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

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

 a { background-color: rgb(150,84,52); }

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

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

 span { border-color: rgb(150,84,52); }

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