Html Css Color HEX #684A2A Cafe Royale

📋 copy color: '#684A2A'

red 104 ◦ green 74 ◦ blue 42

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

Shades of Cafe Royale #684A2A

Tints of Cafe Royale #684A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 47.27%
G = 33.64%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#684A2A (or 0x684A2A) is known color: Cafe Royale. HEX triplet: 68, 4A and 2A. RGB value is (104,74,42). Sum of RGB (Red+Green+Blue) = 104+74+42=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A2A is #97B5D5. Grayscale: #4F4F4F. Windows color (decimal): -9942486 or 2771560. OLE color: 2771560.

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

Color convert

RGB 104 74 42 -
CMYK 0 0.29 0.60 0.59
HSL 30.97º 0.42% 0.29% -
HSV(B) 30.97º 0.6% 0.41% -
XYZ 8.58 8.01 3.28 -
YUV 79.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 104 74 42 0 0.29 0.60 0.59 30.97 0.42 0.29
Hex 68 4A 2A 0 1D 3C 3B 1F 2A 1D
Octal 150 112 52 0 35 74 73 37 52 35
Binary 1101000 1001010 101010 0 11101 111100 111011 11111 101010 11101

Color Harmonies of #684A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A2A

Black with #684A2A

Text Example


Text Example

White with #684A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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