Html Css Color HEX #6D4A28 Cafe Royale

📋 copy color: '#6D4A28'

red 109 ◦ green 74 ◦ blue 40

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

Shades of Cafe Royale #6D4A28

Tints of Cafe Royale #6D4A28

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

 BLUE value IS 40 (16.02% from 255) = 17.94%

R = 48.88%
G = 33.18%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.57

RGB Variations

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

Color information

#6D4A28 (or 0x6D4A28) is known color: Cafe Royale. HEX triplet: 6D, 4A and 28. RGB value is (109,74,40). Sum of RGB (Red+Green+Blue) = 109+74+40=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A28 is #92B5D7. Grayscale: #505050. Windows color (decimal): -9614808 or 2640493. OLE color: 2640493.

HSL color Cylindrical-coordinate representation of color #6D4A28: hue angle of 29.57º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4A28 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 74 40 -
CMYK 0 0.32 0.63 0.57
HSL 29.57º 0.46% 0.29% -
HSV(B) 29.57º 0.63% 0.43% -
XYZ 9.14 8.3 3.13 -
YUV 80.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 109 74 40 0 0.32 0.63 0.57 29.57 0.46 0.29
Hex 6D 4A 28 0 20 3F 39 1E 2E 1D
Octal 155 112 50 0 40 77 71 36 56 35
Binary 1101101 1001010 101000 0 100000 111111 111001 11110 101110 11101

Color Harmonies of #6D4A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A28

Black with #6D4A28

Text Example


Text Example

White with #6D4A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,40); }

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

background-color css

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

 a { background-color: rgb(109,74,40); }

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

border-color css

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

 span { border-color: rgb(109,74,40); }

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