Html Css Color HEX #654628 Cafe Royale

📋 copy color: '#654628'

red 101 ◦ green 70 ◦ blue 40

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

Shades of Cafe Royale #654628

Tints of Cafe Royale #654628

RGB

 RED value IS 101 (39.84% from 255) = 47.87%

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

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

R = 47.87%
G = 33.18%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.60

RGB Variations

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

Color information

#654628 (or 0x654628) is known color: Cafe Royale. HEX triplet: 65, 46 and 28. RGB value is (101,70,40). Sum of RGB (Red+Green+Blue) = 101+70+40=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #654628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654628 is #9AB9D7. Grayscale: #4C4C4C. Windows color (decimal): -10140120 or 2639461. OLE color: 2639461.

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

Color convert

RGB 101 70 40 -
CMYK 0 0.31 0.60 0.60
HSL 29.51º 0.43% 0.28% -
HSV(B) 29.51º 0.6% 0.4% -
XYZ 7.94 7.3 3 -
YUV 75.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 101 70 40 0 0.31 0.60 0.60 29.51 0.43 0.28
Hex 65 46 28 0 1F 3C 3C 1E 2B 1C
Octal 145 106 50 0 37 74 74 36 53 34
Binary 1100101 1000110 101000 0 11111 111100 111100 11110 101011 11100

Color Harmonies of #654628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654628

Black with #654628

Text Example


Text Example

White with #654628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654628; }

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

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

background-color css

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

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

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

border-color css

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

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

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