Html Css Color HEX #6A564F Congo Brown

📋 copy color: '#6A564F'

red 106 ◦ green 86 ◦ blue 79

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

Shades of Congo Brown #6A564F

Tints of Congo Brown #6A564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.73%

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

R = 39.11%
G = 31.73%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A564F (or 0x6A564F) is known color: Congo Brown. HEX triplet: 6A, 56 and 4F. RGB value is (106,86,79). Sum of RGB (Red+Green+Blue) = 106+86+79=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 106 - color contains mainly: red. Hex color #6A564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A564F is #95A9B0. Grayscale: #5B5B5B. Windows color (decimal): -9808305 or 5199466. OLE color: 5199466.

HSL color Cylindrical-coordinate representation of color #6A564F: hue angle of 15.56º 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 #6A564F is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 86 79 -
CMYK 0 0.19 0.25 0.58
HSL 15.56º 0.15% 0.36% -
HSV(B) 15.56º 0.25% 0.42% -
XYZ 10.68 10.28 8.82 -
YUV 91.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 106 86 79 0 0.19 0.25 0.58 15.56 0.15 0.36
Hex 6A 56 4F 0 13 19 3A 10 F 24
Octal 152 126 117 0 23 31 72 20 17 44
Binary 1101010 1010110 1001111 0 10011 11001 111010 10000 1111 100100

Color Harmonies of #6A564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A564F

Black with #6A564F

Text Example


Text Example

White with #6A564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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