Html Css Color HEX #915634 Chelsea Gem

📋 copy color: '#915634'

red 145 ◦ green 86 ◦ blue 52

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

Shades of Chelsea Gem #915634

Tints of Chelsea Gem #915634

RGB

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

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

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

R = 51.24%
G = 30.39%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#915634 (or 0x915634) is known color: Chelsea Gem. HEX triplet: 91, 56 and 34. RGB value is (145,86,52). Sum of RGB (Red+Green+Blue) = 145+86+52=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #915634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915634 is #6EA9CB. Grayscale: #636363. Windows color (decimal): -7252428 or 3430033. OLE color: 3430033.

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

Color convert

RGB 145 86 52 -
CMYK 0 0.41 0.64 0.43
HSL 21.94º 0.47% 0.39% -
HSV(B) 21.94º 0.64% 0.57% -
XYZ 15.62 12.92 4.92 -
YUV 99.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 145 86 52 0 0.41 0.64 0.43 21.94 0.47 0.39
Hex 91 56 34 0 29 40 2B 16 2F 27
Octal 221 126 64 0 51 100 53 26 57 47
Binary 10010001 1010110 110100 0 101001 1000000 101011 10110 101111 100111

Color Harmonies of #915634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915634

Black with #915634

Text Example


Text Example

White with #915634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915634; }

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

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

background-color css

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

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

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

border-color css

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

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

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