Html Css Color HEX #E6845B Crusta

📋 copy color: '#E6845B'

red 230 ◦ green 132 ◦ blue 91

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

Shades of Crusta #E6845B

Tints of Crusta #E6845B

RGB

 RED value IS 230 (90.23% from 255) = 50.77%

 GREEN value IS 132 (51.95% from 255) = 29.14%

 BLUE value IS 91 (35.94% from 255) = 20.09%

R = 50.77%
G = 29.14%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6845B (or 0xE6845B) is known color: Crusta. HEX triplet: E6, 84 and 5B. RGB value is (230,132,91). Sum of RGB (Red+Green+Blue) = 230+132+91=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6845B is #197BA4. Grayscale: #9C9C9C. Windows color (decimal): -1670053 or 5997798. OLE color: 5997798.

HSL color Cylindrical-coordinate representation of color #E6845B: hue angle of 17.7º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6845B is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 91 -
CMYK 0 0.43 0.60 0.10
HSL 17.7º 0.74% 0.63% -
HSV(B) 17.7º 0.6% 0.9% -
XYZ 42.77 34.08 14.22 -
YUV 156.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 230 132 91 0 0.43 0.60 0.10 17.7 0.74 0.63
Hex E6 84 5B 0 2B 3C A 12 4A 3F
Octal 346 204 133 0 53 74 12 22 112 77
Binary 11100110 10000100 1011011 0 101011 111100 1010 10010 1001010 111111

Color Harmonies of #E6845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6845B

Black with #E6845B

Text Example


Text Example

White with #E6845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6845B; }

 p { color: rgb(230,132,91); }

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

background-color css

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

 a { background-color: rgb(230,132,91); }

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

border-color css

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

 span { border-color: rgb(230,132,91); }

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