#61453F

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

Shades of Congo Brown #61453F

Tints of Congo Brown #61453F

Color information

#61453F (or 0x61453F) is unknown color: approx Congo Brown. HEX triplet: 61, 45 and 3F. RGB value is (97,69,63). Sum of RGB (Red+Green+Blue) = 97+69+63=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #61453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61453F is #9EBAC0. Grayscale: #4C4C4C. Windows color (decimal): -10402497 or 4146529. OLE color: 4146529.

HSL color Cylindrical-coordinate representation of color #61453F: hue angle of 10.59º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61453F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB976963-
CMYK00.290.350.62
HSL10.59º21.25%31.37%-
HSV(B)10.59º35.05%38.04%-
XYZ7.967.165.66-
YUV76.69120.28142.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 63 (25% from 255) = 27.51%
R=42.36%
G=30.13%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97696300.290.350.6210.5921.2531.37
Hex61453F01D233Eb151f
Octal141105770354376132537
Binary1100001100010111111101110110001111111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61453F; }

 p { color: rgb(97,69,63); }

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

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

 a { background-color: rgb(97,69,63); }

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

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

 span { border-color: rgb(97,69,63); }

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