Html Css Color HEX #965830 Chelsea Gem

📋 copy color: '#965830'

red 150 ◦ green 88 ◦ blue 48

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

Shades of Chelsea Gem #965830

Tints of Chelsea Gem #965830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 52.45%
G = 30.77%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#965830 (or 0x965830) is known color: Chelsea Gem. HEX triplet: 96, 58 and 30. RGB value is (150,88,48). Sum of RGB (Red+Green+Blue) = 150+88+48=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965830 is #69A7CF. Grayscale: #666666. Windows color (decimal): -6924240 or 3168406. OLE color: 3168406.

HSL color Cylindrical-coordinate representation of color #965830: hue angle of 23.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #965830 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 88 48 -
CMYK 0 0.41 0.68 0.41
HSL 23.53º 0.52% 0.39% -
HSV(B) 23.53º 0.68% 0.59% -
XYZ 16.6 13.68 4.56 -
YUV 101.98 97.54 162.25 -
System Red Green Blue C M Y K H S L
Decimal 150 88 48 0 0.41 0.68 0.41 23.53 0.52 0.39
Hex 96 58 30 0 29 44 29 18 34 27
Octal 226 130 60 0 51 104 51 30 64 47
Binary 10010110 1011000 110000 0 101001 1000100 101001 11000 110100 100111

Color Harmonies of #965830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965830

Black with #965830

Text Example


Text Example

White with #965830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965830; }

 p { color: rgb(150,88,48); }

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

background-color css

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

 a { background-color: rgb(150,88,48); }

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

border-color css

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

 span { border-color: rgb(150,88,48); }

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