Html Css Color HEX #6A4330 Jambalaya

📋 copy color: '#6A4330'

red 106 ◦ green 67 ◦ blue 48

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

Shades of Jambalaya #6A4330

Tints of Jambalaya #6A4330

RGB

 RED value IS 106 (41.8% from 255) = 47.96%

 GREEN value IS 67 (26.56% from 255) = 30.32%

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

R = 47.96%
G = 30.32%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6A4330 (or 0x6A4330) is known color: Jambalaya. HEX triplet: 6A, 43 and 30. RGB value is (106,67,48). Sum of RGB (Red+Green+Blue) = 106+67+48=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4330 is #95BCCF. Grayscale: #4C4C4C. Windows color (decimal): -9813200 or 3162986. OLE color: 3162986.

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

Color convert

RGB 106 67 48 -
CMYK 0 0.37 0.55 0.58
HSL 19.66º 0.38% 0.3% -
HSV(B) 19.66º 0.55% 0.42% -
XYZ 8.48 7.29 3.76 -
YUV 76.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 106 67 48 0 0.37 0.55 0.58 19.66 0.38 0.3
Hex 6A 43 30 0 25 37 3A 14 26 1E
Octal 152 103 60 0 45 67 72 24 46 36
Binary 1101010 1000011 110000 0 100101 110111 111010 10100 100110 11110

Color Harmonies of #6A4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4330

Black with #6A4330

Text Example


Text Example

White with #6A4330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,67,48); }

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

background-color css

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

 a { background-color: rgb(106,67,48); }

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

border-color css

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

 span { border-color: rgb(106,67,48); }

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