Html Css Color HEX #6E4C35 Jambalaya

📋 copy color: '#6E4C35'

red 110 ◦ green 76 ◦ blue 53

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

Shades of Jambalaya #6E4C35

Tints of Jambalaya #6E4C35

RGB

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

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

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

R = 46.03%
G = 31.8%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E4C35 (or 0x6E4C35) is known color: Jambalaya. HEX triplet: 6E, 4C and 35. RGB value is (110,76,53). Sum of RGB (Red+Green+Blue) = 110+76+53=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4C35 is #91B3CA. Grayscale: #535353. Windows color (decimal): -9548747 or 3492974. OLE color: 3492974.

HSL color Cylindrical-coordinate representation of color #6E4C35: hue angle of 24.21º 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 #6E4C35 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 76 53 -
CMYK 0 0.31 0.52 0.57
HSL 24.21º 0.35% 0.32% -
HSV(B) 24.21º 0.52% 0.43% -
XYZ 9.66 8.74 4.55 -
YUV 83.54 110.76 146.87 -
System Red Green Blue C M Y K H S L
Decimal 110 76 53 0 0.31 0.52 0.57 24.21 0.35 0.32
Hex 6E 4C 35 0 1F 34 39 18 23 20
Octal 156 114 65 0 37 64 71 30 43 40
Binary 1101110 1001100 110101 0 11111 110100 111001 11000 100011 100000

Color Harmonies of #6E4C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4C35

Black with #6E4C35

Text Example


Text Example

White with #6E4C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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