Html Css Color HEX #6D4B2C Cafe Royale

📋 copy color: '#6D4B2C'

red 109 ◦ green 75 ◦ blue 44

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

Shades of Cafe Royale #6D4B2C

Tints of Cafe Royale #6D4B2C

RGB

 RED value IS 109 (42.97% from 255) = 47.81%

 GREEN value IS 75 (29.69% from 255) = 32.89%

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

R = 47.81%
G = 32.89%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D4B2C (or 0x6D4B2C) is known color: Cafe Royale. HEX triplet: 6D, 4B and 2C. RGB value is (109,75,44). Sum of RGB (Red+Green+Blue) = 109+75+44=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B2C is #92B4D3. Grayscale: #515151. Windows color (decimal): -9614548 or 2902893. OLE color: 2902893.

HSL color Cylindrical-coordinate representation of color #6D4B2C: hue angle of 28.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D4B2C is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 75 44 -
CMYK 0 0.31 0.60 0.57
HSL 28.62º 0.42% 0.3% -
HSV(B) 28.62º 0.6% 0.43% -
XYZ 9.28 8.47 3.53 -
YUV 81.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 109 75 44 0 0.31 0.60 0.57 28.62 0.42 0.3
Hex 6D 4B 2C 0 1F 3C 39 1D 2A 1E
Octal 155 113 54 0 37 74 71 35 52 36
Binary 1101101 1001011 101100 0 11111 111100 111001 11101 101010 11110

Color Harmonies of #6D4B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4B2C

Black with #6D4B2C

Text Example


Text Example

White with #6D4B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,75,44); }

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

background-color css

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

 a { background-color: rgb(109,75,44); }

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

border-color css

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

 span { border-color: rgb(109,75,44); }

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