#614643

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

Shades of Congo Brown #614643

Tints of Congo Brown #614643

Color information

#614643 (or 0x614643) is unknown color: approx Congo Brown. HEX triplet: 61, 46 and 43. RGB value is (97,70,67). Sum of RGB (Red+Green+Blue) = 97+70+67=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614643 is #9EB9BC. Grayscale: #4D4D4D. Windows color (decimal): -10402237 or 4408929. OLE color: 4408929.

HSL color Cylindrical-coordinate representation of color #614643: hue angle of 6º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614643 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB977067-
CMYK00.280.310.62
HSL18.29%32.16%-
HSV(B)30.93%38.04%-
XYZ8.137.336.3-
YUV77.73121.95141.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 67 (26.56% from 255) = 28.63%
R=41.45%
G=29.91%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97706700.280.310.62618.2932.16
Hex61464301C1F3E61220
Octal141106103034377662240
Binary1100001100011010000110111001111111111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614643; }

 p { color: rgb(97,70,67); }

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

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

 a { background-color: rgb(97,70,67); }

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

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

 span { border-color: rgb(97,70,67); }

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