Html Css Color HEX #9E5647 Crail

📋 copy color: '#9E5647'

red 158 ◦ green 86 ◦ blue 71

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

Shades of Crail #9E5647

Tints of Crail #9E5647

RGB

 RED value IS 158 (62.11% from 255) = 50.16%

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

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 50.16%
G = 27.3%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9E5647 (or 0x9E5647) is known color: Crail. HEX triplet: 9E, 56 and 47. RGB value is (158,86,71). Sum of RGB (Red+Green+Blue) = 158+86+71=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5647 is #61A9B8. Grayscale: #696969. Windows color (decimal): -6400441 or 4675230. OLE color: 4675230.

HSL color Cylindrical-coordinate representation of color #9E5647: hue angle of 10.34º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5647 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 86 71 -
CMYK 0 0.46 0.55 0.38
HSL 10.34º 0.38% 0.45% -
HSV(B) 10.34º 0.55% 0.62% -
XYZ 18.57 14.38 7.76 -
YUV 105.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 158 86 71 0 0.46 0.55 0.38 10.34 0.38 0.45
Hex 9E 56 47 0 2E 37 26 A 26 2D
Octal 236 126 107 0 56 67 46 12 46 55
Binary 10011110 1010110 1000111 0 101110 110111 100110 1010 100110 101101

Color Harmonies of #9E5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5647

Black with #9E5647

Text Example


Text Example

White with #9E5647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5647; }

 p { color: rgb(158,86,71); }

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

background-color css

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

 a { background-color: rgb(158,86,71); }

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

border-color css

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

 span { border-color: rgb(158,86,71); }

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