Html Css Color HEX #915635 Chelsea Gem

📋 copy color: '#915635'

red 145 ◦ green 86 ◦ blue 53

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

Shades of Chelsea Gem #915635

Tints of Chelsea Gem #915635

RGB

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

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

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

R = 51.06%
G = 30.28%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#915635 (or 0x915635) is known color: Chelsea Gem. HEX triplet: 91, 56 and 35. RGB value is (145,86,53). Sum of RGB (Red+Green+Blue) = 145+86+53=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #915635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915635 is #6EA9CA. Grayscale: #646464. Windows color (decimal): -7252427 or 3495569. OLE color: 3495569.

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

Color convert

RGB 145 86 53 -
CMYK 0 0.41 0.63 0.43
HSL 21.52º 0.46% 0.39% -
HSV(B) 21.52º 0.63% 0.57% -
XYZ 15.65 12.93 5.04 -
YUV 99.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 145 86 53 0 0.41 0.63 0.43 21.52 0.46 0.39
Hex 91 56 35 0 29 3F 2B 16 2E 27
Octal 221 126 65 0 51 77 53 26 56 47
Binary 10010001 1010110 110101 0 101001 111111 101011 10110 101110 100111

Color Harmonies of #915635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915635

Black with #915635

Text Example


Text Example

White with #915635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915635; }

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

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

background-color css

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

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

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

border-color css

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

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

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