Html Css Color HEX #644C22 Cafe Royale

📋 copy color: '#644C22'

red 100 ◦ green 76 ◦ blue 34

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

Shades of Cafe Royale #644C22

Tints of Cafe Royale #644C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.19%

 BLUE value IS 34 (13.67% from 255) = 16.19%

R = 47.62%
G = 36.19%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#644C22 (or 0x644C22) is known color: Cafe Royale. HEX triplet: 64, 4C and 22. RGB value is (100,76,34). Sum of RGB (Red+Green+Blue) = 100+76+34=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C22 is #9BB3DD. Grayscale: #4E4E4E. Windows color (decimal): -10204126 or 2247780. OLE color: 2247780.

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

Color convert

RGB 100 76 34 -
CMYK 0 0.24 0.66 0.61
HSL 38.18º 0.49% 0.26% -
HSV(B) 38.18º 0.66% 0.39% -
XYZ 8.13 7.99 2.63 -
YUV 78.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 100 76 34 0 0.24 0.66 0.61 38.18 0.49 0.26
Hex 64 4C 22 0 18 42 3D 26 31 1A
Octal 144 114 42 0 30 102 75 46 61 32
Binary 1100100 1001100 100010 0 11000 1000010 111101 100110 110001 11010

Color Harmonies of #644C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644C22

Black with #644C22

Text Example


Text Example

White with #644C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,76,34); }

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

background-color css

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

 a { background-color: rgb(100,76,34); }

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

border-color css

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

 span { border-color: rgb(100,76,34); }

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