Html Css Color HEX #6A432E Jambalaya

📋 copy color: '#6A432E'

red 106 ◦ green 67 ◦ blue 46

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

Shades of Jambalaya #6A432E

Tints of Jambalaya #6A432E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21%

R = 48.4%
G = 30.59%
B = 21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6A432E (or 0x6A432E) is known color: Jambalaya. HEX triplet: 6A, 43 and 2E. RGB value is (106,67,46). Sum of RGB (Red+Green+Blue) = 106+67+46=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A432E is #95BCD1. Grayscale: #4C4C4C. Windows color (decimal): -9813202 or 3031914. OLE color: 3031914.

HSL color Cylindrical-coordinate representation of color #6A432E: hue angle of 21º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A432E is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 67 46 -
CMYK 0 0.37 0.57 0.58
HSL 21º 0.39% 0.3% -
HSV(B) 21º 0.57% 0.42% -
XYZ 8.44 7.28 3.54 -
YUV 76.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 106 67 46 0 0.37 0.57 0.58 21 0.39 0.3
Hex 6A 43 2E 0 25 39 3A 15 27 1E
Octal 152 103 56 0 45 71 72 25 47 36
Binary 1101010 1000011 101110 0 100101 111001 111010 10101 100111 11110

Color Harmonies of #6A432E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A432E

Black with #6A432E

Text Example


Text Example

White with #6A432E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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