Html Css Color HEX #6B4A37 Jambalaya

📋 copy color: '#6B4A37'

red 107 ◦ green 74 ◦ blue 55

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

Shades of Jambalaya #6B4A37

Tints of Jambalaya #6B4A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 45.34%
G = 31.36%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B4A37 (or 0x6B4A37) is known color: Jambalaya. HEX triplet: 6B, 4A and 37. RGB value is (107,74,55). Sum of RGB (Red+Green+Blue) = 107+74+55=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A37 is #94B5C8. Grayscale: #515151. Windows color (decimal): -9745865 or 3623531. OLE color: 3623531.

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

Color convert

RGB 107 74 55 -
CMYK 0 0.31 0.49 0.58
HSL 21.92º 0.32% 0.32% -
HSV(B) 21.92º 0.49% 0.42% -
XYZ 9.2 8.3 4.73 -
YUV 81.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 107 74 55 0 0.31 0.49 0.58 21.92 0.32 0.32
Hex 6B 4A 37 0 1F 31 3A 16 20 20
Octal 153 112 67 0 37 61 72 26 40 40
Binary 1101011 1001010 110111 0 11111 110001 111010 10110 100000 100000

Color Harmonies of #6B4A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A37

Black with #6B4A37

Text Example


Text Example

White with #6B4A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,55); }

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

background-color css

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

 a { background-color: rgb(107,74,55); }

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

border-color css

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

 span { border-color: rgb(107,74,55); }

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