Html Css Color HEX #6A534C Congo Brown

📋 copy color: '#6A534C'

red 106 ◦ green 83 ◦ blue 76

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

Shades of Congo Brown #6A534C

Tints of Congo Brown #6A534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 40%
G = 31.32%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6A534C (or 0x6A534C) is known color: Congo Brown. HEX triplet: 6A, 53 and 4C. RGB value is (106,83,76). Sum of RGB (Red+Green+Blue) = 106+83+76=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 106 - color contains mainly: red. Hex color #6A534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A534C is #95ACB3. Grayscale: #595959. Windows color (decimal): -9809076 or 5002090. OLE color: 5002090.

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

Color convert

RGB 106 83 76 -
CMYK 0 0.22 0.28 0.58
HSL 14º 0.16% 0.36% -
HSV(B) 14º 0.28% 0.42% -
XYZ 10.34 9.77 8.18 -
YUV 89.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 106 83 76 0 0.22 0.28 0.58 14 0.16 0.36
Hex 6A 53 4C 0 16 1C 3A E 10 24
Octal 152 123 114 0 26 34 72 16 20 44
Binary 1101010 1010011 1001100 0 10110 11100 111010 1110 10000 100100

Color Harmonies of #6A534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A534C

Black with #6A534C

Text Example


Text Example

White with #6A534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,83,76); }

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

background-color css

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

 a { background-color: rgb(106,83,76); }

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

border-color css

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

 span { border-color: rgb(106,83,76); }

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