#67514D

Color #67514D Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #67514D

Tints of Congo Brown #67514D

Color information

#67514D (or 0x67514D) is unknown color: approx Congo Brown. HEX triplet: 67, 51 and 4D. RGB value is (103,81,77). Sum of RGB (Red+Green+Blue) = 103+81+77=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #67514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67514D is #98AEB2. Grayscale: #575757. Windows color (decimal): -10006195 or 5067111. OLE color: 5067111.

HSL color Cylindrical-coordinate representation of color #67514D: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67514D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1038177-
CMYK00.210.250.60
HSL9.23º14.44%35.29%-
HSV(B)9.23º25.24%40.39%-
XYZ9.889.38.3-
YUV87.12122.29139.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.46%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=39.46%
G=31.03%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103817700.210.250.609.2314.4435.29
Hex67514D015193C9e23
Octal1471211150253174111643
Binary1100111101000110011010101011100111110010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67514D; }

 p { color: rgb(103,81,77); }

 H1.HeaderClassName
 {
   color: #67514D;
 }
 .AnyTagClassName
 {
   color: #67514D;
 }
</style>
background-color css

<style>
 a { background-color: #67514D; }

 a { background-color: rgb(103,81,77); }

 div.DivClassName
 {
   background-color: #67514D;
 }
 .BgClassName
 {
   background-color: #67514D;
 }
</style>
border-color css

<style>
 span { border-color: #67514D; }

 span { border-color: rgb(103,81,77); }

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