Html Css Color HEX #E6845C Crusta

📋 copy color: '#E6845C'

red 230 ◦ green 132 ◦ blue 92

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

Shades of Crusta #E6845C

Tints of Crusta #E6845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.26%

R = 50.66%
G = 29.07%
B = 20.26%

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

#E6845C (or 0xE6845C) is known color: Crusta. HEX triplet: E6, 84 and 5C. RGB value is (230,132,92). Sum of RGB (Red+Green+Blue) = 230+132+92=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6845C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6845C is #197BA3. Grayscale: #9D9D9D. Windows color (decimal): -1670052 or 6063334. OLE color: 6063334.

HSL color Cylindrical-coordinate representation of color #E6845C: hue angle of 17.39º degrees, saturation: 0.73, 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 #E6845C is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 92 -
CMYK 0 0.43 0.60 0.10
HSL 17.39º 0.73% 0.63% -
HSV(B) 17.39º 0.6% 0.9% -
XYZ 42.82 34.1 14.45 -
YUV 156.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 230 132 92 0 0.43 0.60 0.10 17.39 0.73 0.63
Hex E6 84 5C 0 2B 3C A 11 49 3F
Octal 346 204 134 0 53 74 12 21 111 77
Binary 11100110 10000100 1011100 0 101011 111100 1010 10001 1001001 111111

Color Harmonies of #E6845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6845C

Black with #E6845C

Text Example


Text Example

White with #E6845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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