Html Css Color HEX #6C482C Cafe Royale

📋 copy color: '#6C482C'

red 108 ◦ green 72 ◦ blue 44

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

Shades of Cafe Royale #6C482C

Tints of Cafe Royale #6C482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

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

R = 48.21%
G = 32.14%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C482C (or 0x6C482C) is known color: Cafe Royale. HEX triplet: 6C, 48 and 2C. RGB value is (108,72,44). Sum of RGB (Red+Green+Blue) = 108+72+44=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C482C is #93B7D3. Grayscale: #4F4F4F. Windows color (decimal): -9680852 or 2902124. OLE color: 2902124.

HSL color Cylindrical-coordinate representation of color #6C482C: hue angle of 26.25º 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 #6C482C is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 72 44 -
CMYK 0 0.33 0.59 0.58
HSL 26.25º 0.42% 0.3% -
HSV(B) 26.25º 0.59% 0.42% -
XYZ 8.96 8 3.46 -
YUV 79.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 108 72 44 0 0.33 0.59 0.58 26.25 0.42 0.3
Hex 6C 48 2C 0 21 3B 3A 1A 2A 1E
Octal 154 110 54 0 41 73 72 32 52 36
Binary 1101100 1001000 101100 0 100001 111011 111010 11010 101010 11110

Color Harmonies of #6C482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C482C

Black with #6C482C

Text Example


Text Example

White with #6C482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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