Html Css Color HEX #664C26 Cafe Royale

📋 copy color: '#664C26'

red 102 ◦ green 76 ◦ blue 38

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

Shades of Cafe Royale #664C26

Tints of Cafe Royale #664C26

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.19%

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

R = 47.22%
G = 35.19%
B = 17.59%

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

#664C26 (or 0x664C26) is known color: Cafe Royale. HEX triplet: 66, 4C and 26. RGB value is (102,76,38). Sum of RGB (Red+Green+Blue) = 102+76+38=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C26 is #99B3D9. Grayscale: #4F4F4F. Windows color (decimal): -10073050 or 2509926. OLE color: 2509926.

HSL color Cylindrical-coordinate representation of color #664C26: hue angle of 35.62º 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 #664C26 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 38 -
CMYK 0 0.25 0.63 0.6
HSL 35.63º 0.46% 0.27% -
HSV(B) 35.63º 0.63% 0.4% -
XYZ 8.41 8.13 2.96 -
YUV 79.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 102 76 38 0 0.25 0.63 0.6 35.63 0.46 0.27
Hex 66 4C 26 0 19 3F 3C 24 2E 1B
Octal 146 114 46 0 31 77 74 44 56 33
Binary 1100110 1001100 100110 0 11001 111111 111100 100100 101110 11011

Color Harmonies of #664C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C26

Black with #664C26

Text Example


Text Example

White with #664C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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