Html Css Color HEX #654A25 Cafe Royale

📋 copy color: '#654A25'

red 101 ◦ green 74 ◦ blue 37

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

Shades of Cafe Royale #654A25

Tints of Cafe Royale #654A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.91%

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

R = 47.64%
G = 34.91%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#654A25 (or 0x654A25) is known color: Cafe Royale. HEX triplet: 65, 4A and 25. RGB value is (101,74,37). Sum of RGB (Red+Green+Blue) = 101+74+37=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #654A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A25 is #9AB5DA. Grayscale: #4E4E4E. Windows color (decimal): -10139099 or 2443877. OLE color: 2443877.

HSL color Cylindrical-coordinate representation of color #654A25: 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 #654A25 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 74 37 -
CMYK 0 0.27 0.63 0.60
HSL 34.69º 0.46% 0.27% -
HSV(B) 34.69º 0.63% 0.4% -
XYZ 8.15 7.8 2.83 -
YUV 77.86 104.95 144.51 -
System Red Green Blue C M Y K H S L
Decimal 101 74 37 0 0.27 0.63 0.60 34.69 0.46 0.27
Hex 65 4A 25 0 1B 3F 3C 23 2E 1B
Octal 145 112 45 0 33 77 74 43 56 33
Binary 1100101 1001010 100101 0 11011 111111 111100 100011 101110 11011

Color Harmonies of #654A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654A25

Black with #654A25

Text Example


Text Example

White with #654A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654A25; }

 p { color: rgb(101,74,37); }

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

background-color css

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

 a { background-color: rgb(101,74,37); }

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

border-color css

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

 span { border-color: rgb(101,74,37); }

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