Html Css Color HEX #6A4F4A Congo Brown

📋 copy color: '#6A4F4A'

red 106 ◦ green 79 ◦ blue 74

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

Shades of Congo Brown #6A4F4A

Tints of Congo Brown #6A4F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 74 (29.3% from 255) = 28.57%

R = 40.93%
G = 30.5%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A4F4A (or 0x6A4F4A) is known color: Congo Brown. HEX triplet: 6A, 4F and 4A. RGB value is (106,79,74). Sum of RGB (Red+Green+Blue) = 106+79+74=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4F4A is #95B0B5. Grayscale: #565656. Windows color (decimal): -9810102 or 4869994. OLE color: 4869994.

HSL color Cylindrical-coordinate representation of color #6A4F4A: hue angle of 9.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A4F4A is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 79 74 -
CMYK 0 0.25 0.30 0.58
HSL 9.38º 0.18% 0.35% -
HSV(B) 9.38º 0.3% 0.42% -
XYZ 9.98 9.15 7.72 -
YUV 86.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 106 79 74 0 0.25 0.30 0.58 9.38 0.18 0.35
Hex 6A 4F 4A 0 19 1E 3A 9 12 23
Octal 152 117 112 0 31 36 72 11 22 43
Binary 1101010 1001111 1001010 0 11001 11110 111010 1001 10010 100011

Color Harmonies of #6A4F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4F4A

Black with #6A4F4A

Text Example


Text Example

White with #6A4F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,79,74); }

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

background-color css

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

 a { background-color: rgb(106,79,74); }

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

border-color css

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

 span { border-color: rgb(106,79,74); }

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