Html Css Color HEX #6A4C29 Cafe Royale

📋 copy color: '#6A4C29'

red 106 ◦ green 76 ◦ blue 41

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

Shades of Cafe Royale #6A4C29

Tints of Cafe Royale #6A4C29

RGB

 RED value IS 106 (41.8% from 255) = 47.53%

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 47.53%
G = 34.08%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6A4C29 (or 0x6A4C29) is known color: Cafe Royale. HEX triplet: 6A, 4C and 29. RGB value is (106,76,41). Sum of RGB (Red+Green+Blue) = 106+76+41=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4C29 is #95B3D6. Grayscale: #515151. Windows color (decimal): -9810903 or 2706538. OLE color: 2706538.

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

Color convert

RGB 106 76 41 -
CMYK 0 0.28 0.61 0.58
HSL 32.31º 0.44% 0.29% -
HSV(B) 32.31º 0.61% 0.42% -
XYZ 8.93 8.39 3.25 -
YUV 80.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 106 76 41 0 0.28 0.61 0.58 32.31 0.44 0.29
Hex 6A 4C 29 0 1C 3D 3A 20 2C 1D
Octal 152 114 51 0 34 75 72 40 54 35
Binary 1101010 1001100 101001 0 11100 111101 111010 100000 101100 11101

Color Harmonies of #6A4C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4C29

Black with #6A4C29

Text Example


Text Example

White with #6A4C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,76,41); }

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

background-color css

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

 a { background-color: rgb(106,76,41); }

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

border-color css

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

 span { border-color: rgb(106,76,41); }

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