Html Css Color HEX #684A26 Cafe Royale

📋 copy color: '#684A26'

red 104 ◦ green 74 ◦ blue 38

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

Shades of Cafe Royale #684A26

Tints of Cafe Royale #684A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.59%

R = 48.15%
G = 34.26%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#684A26 (or 0x684A26) is known color: Cafe Royale. HEX triplet: 68, 4A and 26. RGB value is (104,74,38). Sum of RGB (Red+Green+Blue) = 104+74+38=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #684A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A26 is #97B5D9. Grayscale: #4F4F4F. Windows color (decimal): -9942490 or 2509416. OLE color: 2509416.

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

Color convert

RGB 104 74 38 -
CMYK 0 0.29 0.63 0.59
HSL 32.73º 0.46% 0.28% -
HSV(B) 32.73º 0.63% 0.41% -
XYZ 8.51 7.98 2.93 -
YUV 78.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 104 74 38 0 0.29 0.63 0.59 32.73 0.46 0.28
Hex 68 4A 26 0 1D 3F 3B 21 2E 1C
Octal 150 112 46 0 35 77 73 41 56 34
Binary 1101000 1001010 100110 0 11101 111111 111011 100001 101110 11100

Color Harmonies of #684A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A26

Black with #684A26

Text Example


Text Example

White with #684A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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