Html Css Color HEX #664B25 Cafe Royale

📋 copy color: '#664B25'

red 102 ◦ green 75 ◦ blue 37

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

Shades of Cafe Royale #664B25

Tints of Cafe Royale #664B25

RGB

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

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

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

R = 47.66%
G = 35.05%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#664B25 (or 0x664B25) is known color: Cafe Royale. HEX triplet: 66, 4B and 25. RGB value is (102,75,37). Sum of RGB (Red+Green+Blue) = 102+75+37=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #664B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664B25 is #99B4DA. Grayscale: #4E4E4E. Windows color (decimal): -10073307 or 2444134. OLE color: 2444134.

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

Color convert

RGB 102 75 37 -
CMYK 0 0.26 0.64 0.6
HSL 35.08º 0.47% 0.27% -
HSV(B) 35.08º 0.64% 0.4% -
XYZ 8.33 7.99 2.85 -
YUV 78.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 102 75 37 0 0.26 0.64 0.6 35.08 0.47 0.27
Hex 66 4B 25 0 1A 40 3C 23 2F 1B
Octal 146 113 45 0 32 100 74 43 57 33
Binary 1100110 1001011 100101 0 11010 1000000 111100 100011 101111 11011

Color Harmonies of #664B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B25

Black with #664B25

Text Example


Text Example

White with #664B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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