Html Css Color HEX #6A5752 Congo Brown

📋 copy color: '#6A5752'

red 106 ◦ green 87 ◦ blue 82

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

Shades of Congo Brown #6A5752

Tints of Congo Brown #6A5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 82 (32.42% from 255) = 29.82%

R = 38.55%
G = 31.64%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#6A5752 (or 0x6A5752) is known color: Congo Brown. HEX triplet: 6A, 57 and 52. RGB value is (106,87,82). Sum of RGB (Red+Green+Blue) = 106+87+82=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5752 is #95A8AD. Grayscale: #5C5C5C. Windows color (decimal): -9808046 or 5396330. OLE color: 5396330.

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

Color convert

RGB 106 87 82 -
CMYK 0 0.18 0.23 0.58
HSL 12.5º 0.13% 0.37% -
HSV(B) 12.5º 0.23% 0.42% -
XYZ 10.88 10.49 9.43 -
YUV 92.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 106 87 82 0 0.18 0.23 0.58 12.5 0.13 0.37
Hex 6A 57 52 0 12 17 3A C D 25
Octal 152 127 122 0 22 27 72 14 15 45
Binary 1101010 1010111 1010010 0 10010 10111 111010 1100 1101 100101

Color Harmonies of #6A5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5752

Black with #6A5752

Text Example


Text Example

White with #6A5752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,87,82); }

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

background-color css

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

 a { background-color: rgb(106,87,82); }

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

border-color css

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

 span { border-color: rgb(106,87,82); }

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