Html Css Color HEX #664626 Cafe Royale

📋 copy color: '#664626'

red 102 ◦ green 70 ◦ blue 38

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

Shades of Cafe Royale #664626

Tints of Cafe Royale #664626

RGB

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

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

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

R = 48.57%
G = 33.33%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#664626 (or 0x664626) is known color: Cafe Royale. HEX triplet: 66, 46 and 26. RGB value is (102,70,38). Sum of RGB (Red+Green+Blue) = 102+70+38=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #664626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664626 is #99B9D9. Grayscale: #4C4C4C. Windows color (decimal): -10074586 or 2508390. OLE color: 2508390.

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

Color convert

RGB 102 70 38 -
CMYK 0 0.31 0.63 0.6
HSL 30º 0.46% 0.27% -
HSV(B) 30º 0.63% 0.4% -
XYZ 8.02 7.35 2.83 -
YUV 75.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 102 70 38 0 0.31 0.63 0.6 30 0.46 0.27
Hex 66 46 26 0 1F 3F 3C 1E 2E 1B
Octal 146 106 46 0 37 77 74 36 56 33
Binary 1100110 1000110 100110 0 11111 111111 111100 11110 101110 11011

Color Harmonies of #664626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664626

Black with #664626

Text Example


Text Example

White with #664626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664626; }

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

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

background-color css

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

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

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

border-color css

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

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

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