Html Css Color HEX #6A4640 Congo Brown

📋 copy color: '#6A4640'

red 106 ◦ green 70 ◦ blue 64

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

Shades of Congo Brown #6A4640

Tints of Congo Brown #6A4640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 44.17%
G = 29.17%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6A4640 (or 0x6A4640) is known color: Congo Brown. HEX triplet: 6A, 46 and 40. RGB value is (106,70,64). Sum of RGB (Red+Green+Blue) = 106+70+64=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4640 is #95B9BF. Grayscale: #505050. Windows color (decimal): -9812416 or 4212330. OLE color: 4212330.

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

Color convert

RGB 106 70 64 -
CMYK 0 0.34 0.40 0.58
HSL 8.57º 0.25% 0.33% -
HSV(B) 8.57º 0.4% 0.42% -
XYZ 9.06 7.81 5.88 -
YUV 80.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 106 70 64 0 0.34 0.40 0.58 8.57 0.25 0.33
Hex 6A 46 40 0 22 28 3A 9 19 21
Octal 152 106 100 0 42 50 72 11 31 41
Binary 1101010 1000110 1000000 0 100010 101000 111010 1001 11001 100001

Color Harmonies of #6A4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4640

Black with #6A4640

Text Example


Text Example

White with #6A4640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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