Html Css Color HEX #6C4936 Jambalaya

📋 copy color: '#6C4936'

red 108 ◦ green 73 ◦ blue 54

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

Shades of Jambalaya #6C4936

Tints of Jambalaya #6C4936

RGB

 RED value IS 108 (42.58% from 255) = 45.96%

 GREEN value IS 73 (28.91% from 255) = 31.06%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 45.96%
G = 31.06%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6C4936 (or 0x6C4936) is known color: Jambalaya. HEX triplet: 6C, 49 and 36. RGB value is (108,73,54). Sum of RGB (Red+Green+Blue) = 108+73+54=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4936 is #93B6C9. Grayscale: #515151. Windows color (decimal): -9680586 or 3557740. OLE color: 3557740.

HSL color Cylindrical-coordinate representation of color #6C4936: hue angle of 21.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4936 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 73 54 -
CMYK 0 0.32 0.50 0.58
HSL 21.11º 0.33% 0.32% -
HSV(B) 21.11º 0.5% 0.42% -
XYZ 9.23 8.22 4.59 -
YUV 81.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 108 73 54 0 0.32 0.50 0.58 21.11 0.33 0.32
Hex 6C 49 36 0 20 32 3A 15 21 20
Octal 154 111 66 0 40 62 72 25 41 40
Binary 1101100 1001001 110110 0 100000 110010 111010 10101 100001 100000

Color Harmonies of #6C4936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4936

Black with #6C4936

Text Example


Text Example

White with #6C4936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,73,54); }

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

background-color css

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

 a { background-color: rgb(108,73,54); }

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

border-color css

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

 span { border-color: rgb(108,73,54); }

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