Html Css Color HEX #6B4E35 Jambalaya

📋 copy color: '#6B4E35'

red 107 ◦ green 78 ◦ blue 53

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

Shades of Jambalaya #6B4E35

Tints of Jambalaya #6B4E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.77%

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 44.96%
G = 32.77%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6B4E35 (or 0x6B4E35) is known color: Jambalaya. HEX triplet: 6B, 4E and 35. RGB value is (107,78,53). Sum of RGB (Red+Green+Blue) = 107+78+53=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4E35 is #94B1CA. Grayscale: #535353. Windows color (decimal): -9744843 or 3493483. OLE color: 3493483.

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

Color convert

RGB 107 78 53 -
CMYK 0 0.27 0.50 0.58
HSL 27.78º 0.34% 0.31% -
HSV(B) 27.78º 0.5% 0.42% -
XYZ 9.43 8.83 4.58 -
YUV 83.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 107 78 53 0 0.27 0.50 0.58 27.78 0.34 0.31
Hex 6B 4E 35 0 1B 32 3A 1C 22 1F
Octal 153 116 65 0 33 62 72 34 42 37
Binary 1101011 1001110 110101 0 11011 110010 111010 11100 100010 11111

Color Harmonies of #6B4E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4E35

Black with #6B4E35

Text Example


Text Example

White with #6B4E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,78,53); }

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

background-color css

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

 a { background-color: rgb(107,78,53); }

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

border-color css

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

 span { border-color: rgb(107,78,53); }

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