Html Css Color HEX #6C492E Cafe Royale

📋 copy color: '#6C492E'

red 108 ◦ green 73 ◦ blue 46

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

Shades of Cafe Royale #6C492E

Tints of Cafe Royale #6C492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 47.58%
G = 32.16%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6C492E (or 0x6C492E) is known color: Cafe Royale. HEX triplet: 6C, 49 and 2E. RGB value is (108,73,46). Sum of RGB (Red+Green+Blue) = 108+73+46=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C492E is #93B6D1. Grayscale: #505050. Windows color (decimal): -9680594 or 3033452. OLE color: 3033452.

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

Color convert

RGB 108 73 46 -
CMYK 0 0.32 0.57 0.58
HSL 26.13º 0.4% 0.3% -
HSV(B) 26.13º 0.57% 0.42% -
XYZ 9.06 8.15 3.68 -
YUV 80.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 108 73 46 0 0.32 0.57 0.58 26.13 0.4 0.3
Hex 6C 49 2E 0 20 39 3A 1A 28 1E
Octal 154 111 56 0 40 71 72 32 50 36
Binary 1101100 1001001 101110 0 100000 111001 111010 11010 101000 11110

Color Harmonies of #6C492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C492E

Black with #6C492E

Text Example


Text Example

White with #6C492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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