Html Css Color HEX #6C472A Cafe Royale

📋 copy color: '#6C472A'

red 108 ◦ green 71 ◦ blue 42

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

Shades of Cafe Royale #6C472A

Tints of Cafe Royale #6C472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

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

R = 48.87%
G = 32.13%
B = 19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6C472A (or 0x6C472A) is known color: Cafe Royale. HEX triplet: 6C, 47 and 2A. RGB value is (108,71,42). Sum of RGB (Red+Green+Blue) = 108+71+42=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C472A is #93B8D5. Grayscale: #4E4E4E. Windows color (decimal): -9681110 or 2770796. OLE color: 2770796.

HSL color Cylindrical-coordinate representation of color #6C472A: hue angle of 26.36º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C472A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 71 42 -
CMYK 0 0.34 0.61 0.58
HSL 26.36º 0.44% 0.29% -
HSV(B) 26.36º 0.61% 0.42% -
XYZ 8.86 7.86 3.24 -
YUV 78.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 108 71 42 0 0.34 0.61 0.58 26.36 0.44 0.29
Hex 6C 47 2A 0 22 3D 3A 1A 2C 1D
Octal 154 107 52 0 42 75 72 32 54 35
Binary 1101100 1000111 101010 0 100010 111101 111010 11010 101100 11101

Color Harmonies of #6C472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C472A

Black with #6C472A

Text Example


Text Example

White with #6C472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,71,42); }

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

background-color css

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

 a { background-color: rgb(108,71,42); }

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

border-color css

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

 span { border-color: rgb(108,71,42); }

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