Html Css Color HEX #6E4735 Jambalaya

📋 copy color: '#6E4735'

red 110 ◦ green 71 ◦ blue 53

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

Shades of Jambalaya #6E4735

Tints of Jambalaya #6E4735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.34%

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

R = 47.01%
G = 30.34%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E4735 (or 0x6E4735) is known color: Jambalaya. HEX triplet: 6E, 47 and 35. RGB value is (110,71,53). Sum of RGB (Red+Green+Blue) = 110+71+53=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4735 is #91B8CA. Grayscale: #505050. Windows color (decimal): -9550027 or 3491694. OLE color: 3491694.

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

Color convert

RGB 110 71 53 -
CMYK 0 0.35 0.52 0.57
HSL 18.95º 0.35% 0.32% -
HSV(B) 18.95º 0.52% 0.43% -
XYZ 9.33 8.08 4.44 -
YUV 80.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 110 71 53 0 0.35 0.52 0.57 18.95 0.35 0.32
Hex 6E 47 35 0 23 34 39 13 23 20
Octal 156 107 65 0 43 64 71 23 43 40
Binary 1101110 1000111 110101 0 100011 110100 111001 10011 100011 100000

Color Harmonies of #6E4735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4735

Black with #6E4735

Text Example


Text Example

White with #6E4735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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