Html Css Color HEX #644A24 Cafe Royale

📋 copy color: '#644A24'

red 100 ◦ green 74 ◦ blue 36

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

Shades of Cafe Royale #644A24

Tints of Cafe Royale #644A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.24%

 BLUE value IS 36 (14.45% from 255) = 17.14%

R = 47.62%
G = 35.24%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#644A24 (or 0x644A24) is known color: Cafe Royale. HEX triplet: 64, 4A and 24. RGB value is (100,74,36). Sum of RGB (Red+Green+Blue) = 100+74+36=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A24 is #9BB5DB. Grayscale: #4D4D4D. Windows color (decimal): -10204636 or 2378340. OLE color: 2378340.

HSL color Cylindrical-coordinate representation of color #644A24: hue angle of 35.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #644A24 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 74 36 -
CMYK 0 0.26 0.64 0.61
HSL 35.63º 0.47% 0.27% -
HSV(B) 35.63º 0.64% 0.39% -
XYZ 8.02 7.73 2.74 -
YUV 77.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 100 74 36 0 0.26 0.64 0.61 35.63 0.47 0.27
Hex 64 4A 24 0 1A 40 3D 24 2F 1B
Octal 144 112 44 0 32 100 75 44 57 33
Binary 1100100 1001010 100100 0 11010 1000000 111101 100100 101111 11011

Color Harmonies of #644A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A24

Black with #644A24

Text Example


Text Example

White with #644A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644A24; }

 p { color: rgb(100,74,36); }

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

background-color css

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

 a { background-color: rgb(100,74,36); }

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

border-color css

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

 span { border-color: rgb(100,74,36); }

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