Html Css Color HEX #6A4635 Jambalaya

📋 copy color: '#6A4635'

red 106 ◦ green 70 ◦ blue 53

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

Shades of Jambalaya #6A4635

Tints of Jambalaya #6A4635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 46.29%
G = 30.57%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#6A4635 (or 0x6A4635) is known color: Jambalaya. HEX triplet: 6A, 46 and 35. RGB value is (106,70,53). Sum of RGB (Red+Green+Blue) = 106+70+53=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4635 is #95B9CA. Grayscale: #4E4E4E. Windows color (decimal): -9812427 or 3491434. OLE color: 3491434.

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

Color convert

RGB 106 70 53 -
CMYK 0 0.34 0.5 0.58
HSL 19.25º 0.33% 0.31% -
HSV(B) 19.25º 0.5% 0.42% -
XYZ 8.78 7.7 4.39 -
YUV 78.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 106 70 53 0 0.34 0.5 0.58 19.25 0.33 0.31
Hex 6A 46 35 0 22 32 3A 13 21 1F
Octal 152 106 65 0 42 62 72 23 41 37
Binary 1101010 1000110 110101 0 100010 110010 111010 10011 100001 11111

Color Harmonies of #6A4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4635

Black with #6A4635

Text Example


Text Example

White with #6A4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,70,53); }

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

background-color css

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

 a { background-color: rgb(106,70,53); }

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

border-color css

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

 span { border-color: rgb(106,70,53); }

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