Html Css Color HEX #6B4934 Jambalaya

📋 copy color: '#6B4934'

red 107 ◦ green 73 ◦ blue 52

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

Shades of Jambalaya #6B4934

Tints of Jambalaya #6B4934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 46.12%
G = 31.47%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B4934 (or 0x6B4934) is known color: Jambalaya. HEX triplet: 6B, 49 and 34. RGB value is (107,73,52). Sum of RGB (Red+Green+Blue) = 107+73+52=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4934 is #94B6CB. Grayscale: #505050. Windows color (decimal): -9746124 or 3426667. OLE color: 3426667.

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

Color convert

RGB 107 73 52 -
CMYK 0 0.32 0.51 0.58
HSL 22.91º 0.35% 0.31% -
HSV(B) 22.91º 0.51% 0.42% -
XYZ 9.07 8.14 4.34 -
YUV 80.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 107 73 52 0 0.32 0.51 0.58 22.91 0.35 0.31
Hex 6B 49 34 0 20 33 3A 17 23 1F
Octal 153 111 64 0 40 63 72 27 43 37
Binary 1101011 1001001 110100 0 100000 110011 111010 10111 100011 11111

Color Harmonies of #6B4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4934

Black with #6B4934

Text Example


Text Example

White with #6B4934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,52); }

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

background-color css

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

 a { background-color: rgb(107,73,52); }

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

border-color css

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

 span { border-color: rgb(107,73,52); }

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