Html Css Color HEX #965734 Chelsea Gem

📋 copy color: '#965734'

red 150 ◦ green 87 ◦ blue 52

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

Shades of Chelsea Gem #965734

Tints of Chelsea Gem #965734

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 51.9%
G = 30.1%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#965734 (or 0x965734) is known color: Chelsea Gem. HEX triplet: 96, 57 and 34. RGB value is (150,87,52). Sum of RGB (Red+Green+Blue) = 150+87+52=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #965734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965734 is #69A8CB. Grayscale: #666666. Windows color (decimal): -6924492 or 3430294. OLE color: 3430294.

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

Color convert

RGB 150 87 52 -
CMYK 0 0.42 0.65 0.41
HSL 21.43º 0.49% 0.4% -
HSV(B) 21.43º 0.65% 0.59% -
XYZ 16.61 13.55 4.99 -
YUV 101.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 150 87 52 0 0.42 0.65 0.41 21.43 0.49 0.4
Hex 96 57 34 0 2A 41 29 15 31 28
Octal 226 127 64 0 52 101 51 25 61 50
Binary 10010110 1010111 110100 0 101010 1000001 101001 10101 110001 101000

Color Harmonies of #965734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965734

Black with #965734

Text Example


Text Example

White with #965734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965734; }

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

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

background-color css

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

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

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

border-color css

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

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

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