Html Css Color HEX #6A554F Congo Brown

📋 copy color: '#6A554F'

red 106 ◦ green 85 ◦ blue 79

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

Shades of Congo Brown #6A554F

Tints of Congo Brown #6A554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 39.26%
G = 31.48%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A554F (or 0x6A554F) is known color: Congo Brown. HEX triplet: 6A, 55 and 4F. RGB value is (106,85,79). Sum of RGB (Red+Green+Blue) = 106+85+79=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A554F is #95AAB0. Grayscale: #5A5A5A. Windows color (decimal): -9808561 or 5199210. OLE color: 5199210.

HSL color Cylindrical-coordinate representation of color #6A554F: hue angle of 13.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A554F is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 85 79 -
CMYK 0 0.20 0.25 0.58
HSL 13.33º 0.15% 0.36% -
HSV(B) 13.33º 0.25% 0.42% -
XYZ 10.6 10.13 8.79 -
YUV 90.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 106 85 79 0 0.20 0.25 0.58 13.33 0.15 0.36
Hex 6A 55 4F 0 14 19 3A D F 24
Octal 152 125 117 0 24 31 72 15 17 44
Binary 1101010 1010101 1001111 0 10100 11001 111010 1101 1111 100100

Color Harmonies of #6A554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A554F

Black with #6A554F

Text Example


Text Example

White with #6A554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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