Html Css Color HEX #6E4D35 Jambalaya

📋 copy color: '#6E4D35'

red 110 ◦ green 77 ◦ blue 53

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

Shades of Jambalaya #6E4D35

Tints of Jambalaya #6E4D35

RGB

 RED value IS 110 (43.36% from 255) = 45.83%

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

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 45.83%
G = 32.08%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E4D35 (or 0x6E4D35) is known color: Jambalaya. HEX triplet: 6E, 4D and 35. RGB value is (110,77,53). Sum of RGB (Red+Green+Blue) = 110+77+53=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4D35 is #91B2CA. Grayscale: #545454. Windows color (decimal): -9548491 or 3493230. OLE color: 3493230.

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

Color convert

RGB 110 77 53 -
CMYK 0 0.3 0.52 0.57
HSL 25.26º 0.35% 0.32% -
HSV(B) 25.26º 0.52% 0.43% -
XYZ 9.73 8.88 4.57 -
YUV 84.13 110.43 146.45 -
System Red Green Blue C M Y K H S L
Decimal 110 77 53 0 0.3 0.52 0.57 25.26 0.35 0.32
Hex 6E 4D 35 0 1E 34 39 19 23 20
Octal 156 115 65 0 36 64 71 31 43 40
Binary 1101110 1001101 110101 0 11110 110100 111001 11001 100011 100000

Color Harmonies of #6E4D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4D35

Black with #6E4D35

Text Example


Text Example

White with #6E4D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,77,53); }

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

background-color css

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

 a { background-color: rgb(110,77,53); }

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

border-color css

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

 span { border-color: rgb(110,77,53); }

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