Html Css Color HEX #6C4938 Jambalaya

📋 copy color: '#6C4938'

red 108 ◦ green 73 ◦ blue 56

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

Shades of Jambalaya #6C4938

Tints of Jambalaya #6C4938

RGB

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

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

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

R = 45.57%
G = 30.8%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6C4938 (or 0x6C4938) is known color: Jambalaya. HEX triplet: 6C, 49 and 38. RGB value is (108,73,56). Sum of RGB (Red+Green+Blue) = 108+73+56=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4938 is #93B6C7. Grayscale: #515151. Windows color (decimal): -9680584 or 3688812. OLE color: 3688812.

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

Color convert

RGB 108 73 56 -
CMYK 0 0.32 0.48 0.58
HSL 19.62º 0.32% 0.32% -
HSV(B) 19.62º 0.48% 0.42% -
XYZ 9.28 8.24 4.84 -
YUV 81.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 108 73 56 0 0.32 0.48 0.58 19.62 0.32 0.32
Hex 6C 49 38 0 20 30 3A 14 20 20
Octal 154 111 70 0 40 60 72 24 40 40
Binary 1101100 1001001 111000 0 100000 110000 111010 10100 100000 100000

Color Harmonies of #6C4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4938

Black with #6C4938

Text Example


Text Example

White with #6C4938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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