Html Css Color HEX #6D514B Congo Brown

📋 copy color: '#6D514B'

red 109 ◦ green 81 ◦ blue 75

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

Shades of Congo Brown #6D514B

Tints of Congo Brown #6D514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

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

R = 41.13%
G = 30.57%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D514B (or 0x6D514B) is known color: Congo Brown. HEX triplet: 6D, 51 and 4B. RGB value is (109,81,75). Sum of RGB (Red+Green+Blue) = 109+81+75=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D514B is #92AEB4. Grayscale: #585858. Windows color (decimal): -9612981 or 4936045. OLE color: 4936045.

HSL color Cylindrical-coordinate representation of color #6D514B: hue angle of 10.59º 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 #6D514B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 81 75 -
CMYK 0 0.26 0.31 0.57
HSL 10.59º 0.18% 0.36% -
HSV(B) 10.59º 0.31% 0.43% -
XYZ 10.52 9.64 7.96 -
YUV 88.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 109 81 75 0 0.26 0.31 0.57 10.59 0.18 0.36
Hex 6D 51 4B 0 1A 1F 39 B 12 24
Octal 155 121 113 0 32 37 71 13 22 44
Binary 1101101 1010001 1001011 0 11010 11111 111001 1011 10010 100100

Color Harmonies of #6D514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D514B

Black with #6D514B

Text Example


Text Example

White with #6D514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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