Html Css Color HEX #6E4738 Jambalaya

📋 copy color: '#6E4738'

red 110 ◦ green 71 ◦ blue 56

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

Shades of Jambalaya #6E4738

Tints of Jambalaya #6E4738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 46.41%
G = 29.96%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E4738 (or 0x6E4738) is known color: Jambalaya. HEX triplet: 6E, 47 and 38. RGB value is (110,71,56). Sum of RGB (Red+Green+Blue) = 110+71+56=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4738 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4738 is #91B8C7. Grayscale: #515151. Windows color (decimal): -9550024 or 3688302. OLE color: 3688302.

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

Color convert

RGB 110 71 56 -
CMYK 0 0.35 0.49 0.57
HSL 16.67º 0.33% 0.33% -
HSV(B) 16.67º 0.49% 0.43% -
XYZ 9.4 8.11 4.81 -
YUV 80.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 110 71 56 0 0.35 0.49 0.57 16.67 0.33 0.33
Hex 6E 47 38 0 23 31 39 11 21 21
Octal 156 107 70 0 43 61 71 21 41 41
Binary 1101110 1000111 111000 0 100011 110001 111001 10001 100001 100001

Color Harmonies of #6E4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4738

Black with #6E4738

Text Example


Text Example

White with #6E4738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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