Html Css Color HEX #6A4130 Jambalaya

📋 copy color: '#6A4130'

red 106 ◦ green 65 ◦ blue 48

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

Shades of Jambalaya #6A4130

Tints of Jambalaya #6A4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

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

R = 48.4%
G = 29.68%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6A4130 (or 0x6A4130) is known color: Jambalaya. HEX triplet: 6A, 41 and 30. RGB value is (106,65,48). Sum of RGB (Red+Green+Blue) = 106+65+48=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4130 is #95BECF. Grayscale: #4B4B4B. Windows color (decimal): -9813712 or 3162474. OLE color: 3162474.

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

Color convert

RGB 106 65 48 -
CMYK 0 0.39 0.55 0.58
HSL 17.59º 0.38% 0.3% -
HSV(B) 17.59º 0.55% 0.42% -
XYZ 8.37 7.06 3.72 -
YUV 75.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 106 65 48 0 0.39 0.55 0.58 17.59 0.38 0.3
Hex 6A 41 30 0 27 37 3A 12 26 1E
Octal 152 101 60 0 47 67 72 22 46 36
Binary 1101010 1000001 110000 0 100111 110111 111010 10010 100110 11110

Color Harmonies of #6A4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4130

Black with #6A4130

Text Example


Text Example

White with #6A4130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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