Html Css Color HEX #6A4D29 Cafe Royale

📋 copy color: '#6A4D29'

red 106 ◦ green 77 ◦ blue 41

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

Shades of Cafe Royale #6A4D29

Tints of Cafe Royale #6A4D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.38%

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

R = 47.32%
G = 34.38%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6A4D29 (or 0x6A4D29) is known color: Cafe Royale. HEX triplet: 6A, 4D and 29. RGB value is (106,77,41). Sum of RGB (Red+Green+Blue) = 106+77+41=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4D29 is #95B2D6. Grayscale: #515151. Windows color (decimal): -9810647 or 2706794. OLE color: 2706794.

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

Color convert

RGB 106 77 41 -
CMYK 0 0.27 0.61 0.58
HSL 33.23º 0.44% 0.29% -
HSV(B) 33.23º 0.61% 0.42% -
XYZ 9 8.53 3.27 -
YUV 81.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 106 77 41 0 0.27 0.61 0.58 33.23 0.44 0.29
Hex 6A 4D 29 0 1B 3D 3A 21 2C 1D
Octal 152 115 51 0 33 75 72 41 54 35
Binary 1101010 1001101 101001 0 11011 111101 111010 100001 101100 11101

Color Harmonies of #6A4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4D29

Black with #6A4D29

Text Example


Text Example

White with #6A4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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