Html Css Color HEX #644628 Cafe Royale

📋 copy color: '#644628'

red 100 ◦ green 70 ◦ blue 40

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

Shades of Cafe Royale #644628

Tints of Cafe Royale #644628

RGB

 RED value IS 100 (39.45% from 255) = 47.62%

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 40 (16.02% from 255) = 19.05%

R = 47.62%
G = 33.33%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#644628 (or 0x644628) is known color: Cafe Royale. HEX triplet: 64, 46 and 28. RGB value is (100,70,40). Sum of RGB (Red+Green+Blue) = 100+70+40=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644628 is #9BB9D7. Grayscale: #4B4B4B. Windows color (decimal): -10205656 or 2639460. OLE color: 2639460.

HSL color Cylindrical-coordinate representation of color #644628: hue angle of 30º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644628 is Cyan = 0, Magento = 0.30, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 70 40 -
CMYK 0 0.30 0.6 0.61
HSL 30º 0.43% 0.27% -
HSV(B) 30º 0.6% 0.39% -
XYZ 7.83 7.24 2.99 -
YUV 75.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 100 70 40 0 0.30 0.6 0.61 30 0.43 0.27
Hex 64 46 28 0 1E 3C 3D 1E 2B 1B
Octal 144 106 50 0 36 74 75 36 53 33
Binary 1100100 1000110 101000 0 11110 111100 111101 11110 101011 11011

Color Harmonies of #644628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644628

Black with #644628

Text Example


Text Example

White with #644628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644628; }

 p { color: rgb(100,70,40); }

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

background-color css

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

 a { background-color: rgb(100,70,40); }

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

border-color css

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

 span { border-color: rgb(100,70,40); }

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