Html Css Color HEX #664D25 Cafe Royale

📋 copy color: '#664D25'

red 102 ◦ green 77 ◦ blue 37

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

Shades of Cafe Royale #664D25

Tints of Cafe Royale #664D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.13%

R = 47.22%
G = 35.65%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#664D25 (or 0x664D25) is known color: Cafe Royale. HEX triplet: 66, 4D and 25. RGB value is (102,77,37). Sum of RGB (Red+Green+Blue) = 102+77+37=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D25 is #99B2DA. Grayscale: #505050. Windows color (decimal): -10072795 or 2444646. OLE color: 2444646.

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

Color convert

RGB 102 77 37 -
CMYK 0 0.25 0.64 0.6
HSL 36.92º 0.47% 0.27% -
HSV(B) 36.92º 0.64% 0.4% -
XYZ 8.47 8.27 2.9 -
YUV 79.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 102 77 37 0 0.25 0.64 0.6 36.92 0.47 0.27
Hex 66 4D 25 0 19 40 3C 25 2F 1B
Octal 146 115 45 0 31 100 74 45 57 33
Binary 1100110 1001101 100101 0 11001 1000000 111100 100101 101111 11011

Color Harmonies of #664D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D25

Black with #664D25

Text Example


Text Example

White with #664D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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