Html Css Color HEX #6C492C Cafe Royale

📋 copy color: '#6C492C'

red 108 ◦ green 73 ◦ blue 44

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

Shades of Cafe Royale #6C492C

Tints of Cafe Royale #6C492C

RGB

 RED value IS 108 (42.58% from 255) = 48%

 GREEN value IS 73 (28.91% from 255) = 32.44%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 48%
G = 32.44%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C492C (or 0x6C492C) is known color: Cafe Royale. HEX triplet: 6C, 49 and 2C. RGB value is (108,73,44). Sum of RGB (Red+Green+Blue) = 108+73+44=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C492C is #93B6D3. Grayscale: #505050. Windows color (decimal): -9680596 or 2902380. OLE color: 2902380.

HSL color Cylindrical-coordinate representation of color #6C492C: hue angle of 27.19º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C492C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 73 44 -
CMYK 0 0.32 0.59 0.58
HSL 27.19º 0.42% 0.3% -
HSV(B) 27.19º 0.59% 0.42% -
XYZ 9.02 8.14 3.48 -
YUV 80.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 108 73 44 0 0.32 0.59 0.58 27.19 0.42 0.3
Hex 6C 49 2C 0 20 3B 3A 1B 2A 1E
Octal 154 111 54 0 40 73 72 33 52 36
Binary 1101100 1001001 101100 0 100000 111011 111010 11011 101010 11110

Color Harmonies of #6C492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C492C

Black with #6C492C

Text Example


Text Example

White with #6C492C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C492C; }

 p { color: rgb(108,73,44); }

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

background-color css

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

 a { background-color: rgb(108,73,44); }

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

border-color css

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

 span { border-color: rgb(108,73,44); }

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