Html Css Color HEX #6D462F Jambalaya

📋 copy color: '#6D462F'

red 109 ◦ green 70 ◦ blue 47

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

Shades of Jambalaya #6D462F

Tints of Jambalaya #6D462F

RGB

 RED value IS 109 (42.97% from 255) = 48.23%

 GREEN value IS 70 (27.73% from 255) = 30.97%

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

R = 48.23%
G = 30.97%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6D462F (or 0x6D462F) is known color: Jambalaya. HEX triplet: 6D, 46 and 2F. RGB value is (109,70,47). Sum of RGB (Red+Green+Blue) = 109+70+47=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D462F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D462F is #92B9D0. Grayscale: #4F4F4F. Windows color (decimal): -9615825 or 3098221. OLE color: 3098221.

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

Color convert

RGB 109 70 47 -
CMYK 0 0.36 0.57 0.57
HSL 22.26º 0.4% 0.31% -
HSV(B) 22.26º 0.57% 0.43% -
XYZ 9.01 7.84 3.73 -
YUV 79.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 109 70 47 0 0.36 0.57 0.57 22.26 0.4 0.31
Hex 6D 46 2F 0 24 39 39 16 28 1F
Octal 155 106 57 0 44 71 71 26 50 37
Binary 1101101 1000110 101111 0 100100 111001 111001 10110 101000 11111

Color Harmonies of #6D462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D462F

Black with #6D462F

Text Example


Text Example

White with #6D462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,70,47); }

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

background-color css

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

 a { background-color: rgb(109,70,47); }

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

border-color css

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

 span { border-color: rgb(109,70,47); }

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