Html Css Color HEX #965435 Chelsea Gem

📋 copy color: '#965435'

red 150 ◦ green 84 ◦ blue 53

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

Shades of Chelsea Gem #965435

Tints of Chelsea Gem #965435

RGB

 RED value IS 150 (58.98% from 255) = 52.26%

 GREEN value IS 84 (33.2% from 255) = 29.27%

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 52.26%
G = 29.27%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#965435 (or 0x965435) is known color: Chelsea Gem. HEX triplet: 96, 54 and 35. RGB value is (150,84,53). Sum of RGB (Red+Green+Blue) = 150+84+53=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965435 is #69ABCA. Grayscale: #646464. Windows color (decimal): -6925259 or 3495062. OLE color: 3495062.

HSL color Cylindrical-coordinate representation of color #965435: hue angle of 19.18º degrees, saturation: 0.48, 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 #965435 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 84 53 -
CMYK 0 0.44 0.65 0.41
HSL 19.18º 0.48% 0.4% -
HSV(B) 19.18º 0.65% 0.59% -
XYZ 16.39 13.08 5.03 -
YUV 100.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 150 84 53 0 0.44 0.65 0.41 19.18 0.48 0.4
Hex 96 54 35 0 2C 41 29 13 30 28
Octal 226 124 65 0 54 101 51 23 60 50
Binary 10010110 1010100 110101 0 101100 1000001 101001 10011 110000 101000

Color Harmonies of #965435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965435

Black with #965435

Text Example


Text Example

White with #965435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965435; }

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

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

background-color css

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

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

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

border-color css

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

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

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