Html Css Color HEX #6E4A2F Jambalaya

📋 copy color: '#6E4A2F'

red 110 ◦ green 74 ◦ blue 47

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

Shades of Jambalaya #6E4A2F

Tints of Jambalaya #6E4A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.03%

 BLUE value IS 47 (18.75% from 255) = 20.35%

R = 47.62%
G = 32.03%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E4A2F (or 0x6E4A2F) is known color: Jambalaya. HEX triplet: 6E, 4A and 2F. RGB value is (110,74,47). Sum of RGB (Red+Green+Blue) = 110+74+47=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4A2F is #91B5D0. Grayscale: #515151. Windows color (decimal): -9549265 or 3099246. OLE color: 3099246.

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

Color convert

RGB 110 74 47 -
CMYK 0 0.33 0.57 0.57
HSL 25.71º 0.4% 0.31% -
HSV(B) 25.71º 0.57% 0.43% -
XYZ 9.39 8.42 3.82 -
YUV 81.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 110 74 47 0 0.33 0.57 0.57 25.71 0.4 0.31
Hex 6E 4A 2F 0 21 39 39 1A 28 1F
Octal 156 112 57 0 41 71 71 32 50 37
Binary 1101110 1001010 101111 0 100001 111001 111001 11010 101000 11111

Color Harmonies of #6E4A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4A2F

Black with #6E4A2F

Text Example


Text Example

White with #6E4A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,47); }

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

background-color css

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

 a { background-color: rgb(110,74,47); }

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

border-color css

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

 span { border-color: rgb(110,74,47); }

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