Html Css Color HEX #664B26 Cafe Royale

📋 copy color: '#664B26'

red 102 ◦ green 75 ◦ blue 38

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

Shades of Cafe Royale #664B26

Tints of Cafe Royale #664B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.88%

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

R = 47.44%
G = 34.88%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#664B26 (or 0x664B26) is known color: Cafe Royale. HEX triplet: 66, 4B and 26. RGB value is (102,75,38). Sum of RGB (Red+Green+Blue) = 102+75+38=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #664B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B26 is #99B4D9. Grayscale: #4F4F4F. Windows color (decimal): -10073306 or 2509670. OLE color: 2509670.

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

Color convert

RGB 102 75 38 -
CMYK 0 0.26 0.63 0.6
HSL 34.69º 0.46% 0.27% -
HSV(B) 34.69º 0.63% 0.4% -
XYZ 8.35 8 2.94 -
YUV 78.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 102 75 38 0 0.26 0.63 0.6 34.69 0.46 0.27
Hex 66 4B 26 0 1A 3F 3C 23 2E 1B
Octal 146 113 46 0 32 77 74 43 56 33
Binary 1100110 1001011 100110 0 11010 111111 111100 100011 101110 11011

Color Harmonies of #664B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B26

Black with #664B26

Text Example


Text Example

White with #664B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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