Html Css Color HEX #684A28 Cafe Royale

📋 copy color: '#684A28'

red 104 ◦ green 74 ◦ blue 40

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

Shades of Cafe Royale #684A28

Tints of Cafe Royale #684A28

RGB

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

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

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

R = 47.71%
G = 33.94%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#684A28 (or 0x684A28) is known color: Cafe Royale. HEX triplet: 68, 4A and 28. RGB value is (104,74,40). Sum of RGB (Red+Green+Blue) = 104+74+40=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #684A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A28 is #97B5D7. Grayscale: #4F4F4F. Windows color (decimal): -9942488 or 2640488. OLE color: 2640488.

HSL color Cylindrical-coordinate representation of color #684A28: hue angle of 31.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684A28 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 40 -
CMYK 0 0.29 0.62 0.59
HSL 31.88º 0.44% 0.28% -
HSV(B) 31.88º 0.62% 0.41% -
XYZ 8.54 7.99 3.1 -
YUV 79.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 104 74 40 0 0.29 0.62 0.59 31.88 0.44 0.28
Hex 68 4A 28 0 1D 3E 3B 20 2C 1C
Octal 150 112 50 0 35 76 73 40 54 34
Binary 1101000 1001010 101000 0 11101 111110 111011 100000 101100 11100

Color Harmonies of #684A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A28

Black with #684A28

Text Example


Text Example

White with #684A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A28; }

 p { color: rgb(104,74,40); }

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

background-color css

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

 a { background-color: rgb(104,74,40); }

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

border-color css

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

 span { border-color: rgb(104,74,40); }

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