Html Css Color HEX #664825 Cafe Royale

📋 copy color: '#664825'

red 102 ◦ green 72 ◦ blue 37

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

Shades of Cafe Royale #664825

Tints of Cafe Royale #664825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 48.34%
G = 34.12%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#664825 (or 0x664825) is known color: Cafe Royale. HEX triplet: 66, 48 and 25. RGB value is (102,72,37). Sum of RGB (Red+Green+Blue) = 102+72+37=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #664825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664825 is #99B7DA. Grayscale: #4D4D4D. Windows color (decimal): -10074075 or 2443366. OLE color: 2443366.

HSL color Cylindrical-coordinate representation of color #664825: hue angle of 32.31º 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 #664825 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 37 -
CMYK 0 0.29 0.64 0.6
HSL 32.31º 0.47% 0.27% -
HSV(B) 32.31º 0.64% 0.4% -
XYZ 8.13 7.59 2.79 -
YUV 76.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 102 72 37 0 0.29 0.64 0.6 32.31 0.47 0.27
Hex 66 48 25 0 1D 40 3C 20 2F 1B
Octal 146 110 45 0 35 100 74 40 57 33
Binary 1100110 1001000 100101 0 11101 1000000 111100 100000 101111 11011

Color Harmonies of #664825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664825

Black with #664825

Text Example


Text Example

White with #664825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664825; }

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

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

background-color css

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

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

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

border-color css

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

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

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