Html Css Color HEX #664628 Cafe Royale

📋 copy color: '#664628'

red 102 ◦ green 70 ◦ blue 40

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

Shades of Cafe Royale #664628

Tints of Cafe Royale #664628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 48.11%
G = 33.02%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#664628 (or 0x664628) is known color: Cafe Royale. HEX triplet: 66, 46 and 28. RGB value is (102,70,40). Sum of RGB (Red+Green+Blue) = 102+70+40=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #664628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664628 is #99B9D7. Grayscale: #4C4C4C. Windows color (decimal): -10074584 or 2639462. OLE color: 2639462.

HSL color Cylindrical-coordinate representation of color #664628: hue angle of 29.03º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664628 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 40 -
CMYK 0 0.31 0.61 0.6
HSL 29.03º 0.44% 0.28% -
HSV(B) 29.03º 0.61% 0.4% -
XYZ 8.05 7.36 3 -
YUV 76.15 107.6 146.44 -
System Red Green Blue C M Y K H S L
Decimal 102 70 40 0 0.31 0.61 0.6 29.03 0.44 0.28
Hex 66 46 28 0 1F 3D 3C 1D 2C 1C
Octal 146 106 50 0 37 75 74 35 54 34
Binary 1100110 1000110 101000 0 11111 111101 111100 11101 101100 11100

Color Harmonies of #664628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664628

Black with #664628

Text Example


Text Example

White with #664628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664628; }

 p { color: rgb(102,70,40); }

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

background-color css

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

 a { background-color: rgb(102,70,40); }

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

border-color css

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

 span { border-color: rgb(102,70,40); }

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