Html Css Color HEX #6B4C38 Jambalaya

📋 copy color: '#6B4C38'

red 107 ◦ green 76 ◦ blue 56

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

Shades of Jambalaya #6B4C38

Tints of Jambalaya #6B4C38

RGB

 RED value IS 107 (42.19% from 255) = 44.77%

 GREEN value IS 76 (30.08% from 255) = 31.8%

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

R = 44.77%
G = 31.8%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6B4C38 (or 0x6B4C38) is known color: Jambalaya. HEX triplet: 6B, 4C and 38. RGB value is (107,76,56). Sum of RGB (Red+Green+Blue) = 107+76+56=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4C38 is #94B3C7. Grayscale: #535353. Windows color (decimal): -9745352 or 3689579. OLE color: 3689579.

HSL color Cylindrical-coordinate representation of color #6B4C38: hue angle of 23.53º degrees, saturation: 0.31, 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 #6B4C38 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 76 56 -
CMYK 0 0.29 0.48 0.58
HSL 23.53º 0.31% 0.32% -
HSV(B) 23.53º 0.48% 0.42% -
XYZ 9.36 8.58 4.9 -
YUV 82.99 112.77 145.13 -
System Red Green Blue C M Y K H S L
Decimal 107 76 56 0 0.29 0.48 0.58 23.53 0.31 0.32
Hex 6B 4C 38 0 1D 30 3A 18 1F 20
Octal 153 114 70 0 35 60 72 30 37 40
Binary 1101011 1001100 111000 0 11101 110000 111010 11000 11111 100000

Color Harmonies of #6B4C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4C38

Black with #6B4C38

Text Example


Text Example

White with #6B4C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,76,56); }

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

background-color css

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

 a { background-color: rgb(107,76,56); }

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

border-color css

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

 span { border-color: rgb(107,76,56); }

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