Html Css Color HEX #6B4630 Jambalaya

📋 copy color: '#6B4630'

red 107 ◦ green 70 ◦ blue 48

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

Shades of Jambalaya #6B4630

Tints of Jambalaya #6B4630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

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

R = 47.56%
G = 31.11%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6B4630 (or 0x6B4630) is known color: Jambalaya. HEX triplet: 6B, 46 and 30. RGB value is (107,70,48). Sum of RGB (Red+Green+Blue) = 107+70+48=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4630 is #94B9CF. Grayscale: #4E4E4E. Windows color (decimal): -9746896 or 3163755. OLE color: 3163755.

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

Color convert

RGB 107 70 48 -
CMYK 0 0.35 0.55 0.58
HSL 22.37º 0.38% 0.3% -
HSV(B) 22.37º 0.55% 0.42% -
XYZ 8.79 7.72 3.82 -
YUV 78.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 107 70 48 0 0.35 0.55 0.58 22.37 0.38 0.3
Hex 6B 46 30 0 23 37 3A 16 26 1E
Octal 153 106 60 0 43 67 72 26 46 36
Binary 1101011 1000110 110000 0 100011 110111 111010 10110 100110 11110

Color Harmonies of #6B4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4630

Black with #6B4630

Text Example


Text Example

White with #6B4630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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