Html Css Color HEX #644A26 Cafe Royale

📋 copy color: '#644A26'

red 100 ◦ green 74 ◦ blue 38

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

Shades of Cafe Royale #644A26

Tints of Cafe Royale #644A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 47.17%
G = 34.91%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#644A26 (or 0x644A26) is known color: Cafe Royale. HEX triplet: 64, 4A and 26. RGB value is (100,74,38). Sum of RGB (Red+Green+Blue) = 100+74+38=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #644A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A26 is #9BB5D9. Grayscale: #4D4D4D. Windows color (decimal): -10204634 or 2509412. OLE color: 2509412.

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

Color convert

RGB 100 74 38 -
CMYK 0 0.26 0.62 0.61
HSL 34.84º 0.45% 0.27% -
HSV(B) 34.84º 0.62% 0.39% -
XYZ 8.05 7.75 2.9 -
YUV 77.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 100 74 38 0 0.26 0.62 0.61 34.84 0.45 0.27
Hex 64 4A 26 0 1A 3E 3D 23 2D 1B
Octal 144 112 46 0 32 76 75 43 55 33
Binary 1100100 1001010 100110 0 11010 111110 111101 100011 101101 11011

Color Harmonies of #644A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A26

Black with #644A26

Text Example


Text Example

White with #644A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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