Html Css Color HEX #6B4230 Jambalaya

📋 copy color: '#6B4230'

red 107 ◦ green 66 ◦ blue 48

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

Shades of Jambalaya #6B4230

Tints of Jambalaya #6B4230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.86%

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

R = 48.42%
G = 29.86%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B4230 (or 0x6B4230) is known color: Jambalaya. HEX triplet: 6B, 42 and 30. RGB value is (107,66,48). Sum of RGB (Red+Green+Blue) = 107+66+48=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4230 is #94BDCF. Grayscale: #4C4C4C. Windows color (decimal): -9747920 or 3162731. OLE color: 3162731.

HSL color Cylindrical-coordinate representation of color #6B4230: hue angle of 18.31º 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 #6B4230 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 66 48 -
CMYK 0 0.38 0.55 0.58
HSL 18.31º 0.38% 0.3% -
HSV(B) 18.31º 0.55% 0.42% -
XYZ 8.55 7.24 3.74 -
YUV 76.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 107 66 48 0 0.38 0.55 0.58 18.31 0.38 0.3
Hex 6B 42 30 0 26 37 3A 12 26 1E
Octal 153 102 60 0 46 67 72 22 46 36
Binary 1101011 1000010 110000 0 100110 110111 111010 10010 100110 11110

Color Harmonies of #6B4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4230

Black with #6B4230

Text Example


Text Example

White with #6B4230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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