Html Css Color HEX #564541 Crater Brown

📋 copy color: '#564541'

red 86 ◦ green 69 ◦ blue 65

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

Shades of Crater Brown #564541

Tints of Crater Brown #564541

RGB

 RED value IS 86 (33.98% from 255) = 39.09%

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 65 (25.78% from 255) = 29.55%

R = 39.09%
G = 31.36%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#564541 (or 0x564541) is known color: Crater Brown. HEX triplet: 56, 45 and 41. RGB value is (86,69,65). Sum of RGB (Red+Green+Blue) = 86+69+65=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #564541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564541 is #A9BABE. Grayscale: #494949. Windows color (decimal): -11123391 or 4277590. OLE color: 4277590.

HSL color Cylindrical-coordinate representation of color #564541: hue angle of 11.43º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #564541 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 69 65 -
CMYK 0 0.20 0.24 0.66
HSL 11.43º 0.14% 0.3% -
HSV(B) 11.43º 0.24% 0.34% -
XYZ 6.92 6.62 5.91 -
YUV 73.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 86 69 65 0 0.20 0.24 0.66 11.43 0.14 0.3
Hex 56 45 41 0 14 18 42 B E 1E
Octal 126 105 101 0 24 30 102 13 16 36
Binary 1010110 1000101 1000001 0 10100 11000 1000010 1011 1110 11110

Color Harmonies of #564541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564541

Black with #564541

Text Example


Text Example

White with #564541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564541; }

 p { color: rgb(86,69,65); }

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

background-color css

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

 a { background-color: rgb(86,69,65); }

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

border-color css

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

 span { border-color: rgb(86,69,65); }

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