#61481B

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

Shades of Dark Brown #61481B

Tints of Dark Brown #61481B

Color information

#61481B (or 0x61481B) is unknown color: approx Dark Brown. HEX triplet: 61, 48 and 1B. RGB value is (97,72,27). Sum of RGB (Red+Green+Blue) = 97+72+27=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #61481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61481B is #9EB7E4. Grayscale: #4A4A4A. Windows color (decimal): -10401765 or 1788001. OLE color: 1788001.

HSL color Cylindrical-coordinate representation of color #61481B: hue angle of 38.57º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61481B is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB977227-
CMYK00.260.720.62
HSL38.57º56.45%24.31%-
HSV(B)38.57º72.16%38.04%-
XYZ7.447.262.04-
YUV74.34101.28144.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=49.49%
G=36.73%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97722700.260.720.6238.5756.4524.31
Hex61481B01A483E273818
Octal1411103303211076477030
Binary1100001100100011011011010100100011111010011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61481B; }

 p { color: rgb(97,72,27); }

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

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

 a { background-color: rgb(97,72,27); }

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

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

 span { border-color: rgb(97,72,27); }

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