Html Css Color HEX #664D26 Cafe Royale

📋 copy color: '#664D26'

red 102 ◦ green 77 ◦ blue 38

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

Shades of Cafe Royale #664D26

Tints of Cafe Royale #664D26

RGB

 RED value IS 102 (40.23% from 255) = 47%

 GREEN value IS 77 (30.47% from 255) = 35.48%

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

R = 47%
G = 35.48%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#664D26 (or 0x664D26) is known color: Cafe Royale. HEX triplet: 66, 4D and 26. RGB value is (102,77,38). Sum of RGB (Red+Green+Blue) = 102+77+38=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 38 (15.23% from 255 or 17.51% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #664D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D26 is #99B2D9. Grayscale: #505050. Windows color (decimal): -10072794 or 2510182. OLE color: 2510182.

HSL color Cylindrical-coordinate representation of color #664D26: hue angle of 36.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664D26 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 77 38 -
CMYK 0 0.25 0.63 0.6
HSL 36.56º 0.46% 0.27% -
HSV(B) 36.56º 0.63% 0.4% -
XYZ 8.48 8.27 2.98 -
YUV 80.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 102 77 38 0 0.25 0.63 0.6 36.56 0.46 0.27
Hex 66 4D 26 0 19 3F 3C 25 2E 1B
Octal 146 115 46 0 31 77 74 45 56 33
Binary 1100110 1001101 100110 0 11001 111111 111100 100101 101110 11011

Color Harmonies of #664D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D26

Black with #664D26

Text Example


Text Example

White with #664D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664D26; }

 p { color: rgb(102,77,38); }

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

background-color css

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

 a { background-color: rgb(102,77,38); }

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

border-color css

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

 span { border-color: rgb(102,77,38); }

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