Html Css Color HEX #6B4830 Jambalaya

📋 copy color: '#6B4830'

red 107 ◦ green 72 ◦ blue 48

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

Shades of Jambalaya #6B4830

Tints of Jambalaya #6B4830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.72%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 47.14%
G = 31.72%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B4830 (or 0x6B4830) is known color: Jambalaya. HEX triplet: 6B, 48 and 30. RGB value is (107,72,48). Sum of RGB (Red+Green+Blue) = 107+72+48=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4830 is #94B7CF. Grayscale: #4F4F4F. Windows color (decimal): -9746384 or 3164267. OLE color: 3164267.

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

Color convert

RGB 107 72 48 -
CMYK 0 0.33 0.55 0.58
HSL 24.41º 0.38% 0.3% -
HSV(B) 24.41º 0.55% 0.42% -
XYZ 8.91 7.97 3.87 -
YUV 79.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 107 72 48 0 0.33 0.55 0.58 24.41 0.38 0.3
Hex 6B 48 30 0 21 37 3A 18 26 1E
Octal 153 110 60 0 41 67 72 30 46 36
Binary 1101011 1001000 110000 0 100001 110111 111010 11000 100110 11110

Color Harmonies of #6B4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4830

Black with #6B4830

Text Example


Text Example

White with #6B4830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,72,48); }

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

background-color css

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

 a { background-color: rgb(107,72,48); }

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

border-color css

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

 span { border-color: rgb(107,72,48); }

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