Html Css Color HEX #664A27 Cafe Royale

📋 copy color: '#664A27'

red 102 ◦ green 74 ◦ blue 39

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

Shades of Cafe Royale #664A27

Tints of Cafe Royale #664A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 47.44%
G = 34.42%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#664A27 (or 0x664A27) is known color: Cafe Royale. HEX triplet: 66, 4A and 27. RGB value is (102,74,39). Sum of RGB (Red+Green+Blue) = 102+74+39=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #664A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664A27 is #99B5D8. Grayscale: #4E4E4E. Windows color (decimal): -10073561 or 2574950. OLE color: 2574950.

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

Color convert

RGB 102 74 39 -
CMYK 0 0.27 0.62 0.6
HSL 33.33º 0.45% 0.28% -
HSV(B) 33.33º 0.62% 0.4% -
XYZ 8.29 7.87 3 -
YUV 78.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 102 74 39 0 0.27 0.62 0.6 33.33 0.45 0.28
Hex 66 4A 27 0 1B 3E 3C 21 2D 1C
Octal 146 112 47 0 33 76 74 41 55 34
Binary 1100110 1001010 100111 0 11011 111110 111100 100001 101101 11100

Color Harmonies of #664A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664A27

Black with #664A27

Text Example


Text Example

White with #664A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,74,39); }

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

background-color css

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

 a { background-color: rgb(102,74,39); }

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

border-color css

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

 span { border-color: rgb(102,74,39); }

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