Html Css Color HEX #684525 Cafe Royale

📋 copy color: '#684525'

red 104 ◦ green 69 ◦ blue 37

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

Shades of Cafe Royale #684525

Tints of Cafe Royale #684525

RGB

 RED value IS 104 (41.02% from 255) = 49.52%

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 49.52%
G = 32.86%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#684525 (or 0x684525) is known color: Cafe Royale. HEX triplet: 68, 45 and 25. RGB value is (104,69,37). Sum of RGB (Red+Green+Blue) = 104+69+37=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #684525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684525 is #97BADA. Grayscale: #4B4B4B. Windows color (decimal): -9943771 or 2442600. OLE color: 2442600.

HSL color Cylindrical-coordinate representation of color #684525: hue angle of 28.66º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684525 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 37 -
CMYK 0 0.34 0.64 0.59
HSL 28.66º 0.48% 0.28% -
HSV(B) 28.66º 0.64% 0.41% -
XYZ 8.17 7.33 2.73 -
YUV 75.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 104 69 37 0 0.34 0.64 0.59 28.66 0.48 0.28
Hex 68 45 25 0 22 40 3B 1D 30 1C
Octal 150 105 45 0 42 100 73 35 60 34
Binary 1101000 1000101 100101 0 100010 1000000 111011 11101 110000 11100

Color Harmonies of #684525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684525

Black with #684525

Text Example


Text Example

White with #684525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684525; }

 p { color: rgb(104,69,37); }

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

background-color css

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

 a { background-color: rgb(104,69,37); }

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

border-color css

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

 span { border-color: rgb(104,69,37); }

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