Html Css Color HEX #6D534B Congo Brown

📋 copy color: '#6D534B'

red 109 ◦ green 83 ◦ blue 75

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

Shades of Congo Brown #6D534B

Tints of Congo Brown #6D534B

RGB

 RED value IS 109 (42.97% from 255) = 40.82%

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

 BLUE value IS 75 (29.69% from 255) = 28.09%

R = 40.82%
G = 31.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D534B (or 0x6D534B) is known color: Congo Brown. HEX triplet: 6D, 53 and 4B. RGB value is (109,83,75). Sum of RGB (Red+Green+Blue) = 109+83+75=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D534B is #92ACB4. Grayscale: #595959. Windows color (decimal): -9612469 or 4936557. OLE color: 4936557.

HSL color Cylindrical-coordinate representation of color #6D534B: hue angle of 14.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D534B is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 83 75 -
CMYK 0 0.24 0.31 0.57
HSL 14.12º 0.18% 0.36% -
HSV(B) 14.12º 0.31% 0.43% -
XYZ 10.67 9.95 8.01 -
YUV 89.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 109 83 75 0 0.24 0.31 0.57 14.12 0.18 0.36
Hex 6D 53 4B 0 18 1F 39 E 12 24
Octal 155 123 113 0 30 37 71 16 22 44
Binary 1101101 1010011 1001011 0 11000 11111 111001 1110 10010 100100

Color Harmonies of #6D534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D534B

Black with #6D534B

Text Example


Text Example

White with #6D534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,75); }

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

background-color css

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

 a { background-color: rgb(109,83,75); }

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

border-color css

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

 span { border-color: rgb(109,83,75); }

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