Html Css Color HEX #915630 Chelsea Gem

📋 copy color: '#915630'

red 145 ◦ green 86 ◦ blue 48

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

Shades of Chelsea Gem #915630

Tints of Chelsea Gem #915630

RGB

 RED value IS 145 (57.03% from 255) = 51.97%

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 51.97%
G = 30.82%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#915630 (or 0x915630) is known color: Chelsea Gem. HEX triplet: 91, 56 and 30. RGB value is (145,86,48). Sum of RGB (Red+Green+Blue) = 145+86+48=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #915630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915630 is #6EA9CF. Grayscale: #636363. Windows color (decimal): -7252432 or 3167889. OLE color: 3167889.

HSL color Cylindrical-coordinate representation of color #915630: hue angle of 23.51º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #915630 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 86 48 -
CMYK 0 0.41 0.67 0.43
HSL 23.51º 0.5% 0.38% -
HSV(B) 23.51º 0.67% 0.57% -
XYZ 15.54 12.89 4.47 -
YUV 99.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 145 86 48 0 0.41 0.67 0.43 23.51 0.5 0.38
Hex 91 56 30 0 29 43 2B 18 32 26
Octal 221 126 60 0 51 103 53 30 62 46
Binary 10010001 1010110 110000 0 101001 1000011 101011 11000 110010 100110

Color Harmonies of #915630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915630

Black with #915630

Text Example


Text Example

White with #915630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915630; }

 p { color: rgb(145,86,48); }

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

background-color css

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

 a { background-color: rgb(145,86,48); }

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

border-color css

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

 span { border-color: rgb(145,86,48); }

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