#674132

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

Shades of Very Dark Brown #674132

Tints of Very Dark Brown #674132

Color information

#674132 (or 0x674132) is unknown color: approx Very Dark Brown. HEX triplet: 67, 41 and 32. RGB value is (103,65,50). Sum of RGB (Red+Green+Blue) = 103+65+50=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #674132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674132 is #98BECD. Grayscale: #4A4A4A. Windows color (decimal): -10010318 or 3293543. OLE color: 3293543.

HSL color Cylindrical-coordinate representation of color #674132: hue angle of 16.98º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #674132 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1036550-
CMYK00.370.510.60
HSL16.98º34.64%30%-
HSV(B)16.98º51.46%40.39%-
XYZ8.066.893.92-
YUV74.65114.09148.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=47.25%
G=29.82%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103655000.370.510.6016.9834.6430
Hex674132025333C11231e
Octal147101620456374214336
Binary1100111100000111001001001011100111111001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674132; }

 p { color: rgb(103,65,50); }

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

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

 a { background-color: rgb(103,65,50); }

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

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

 span { border-color: rgb(103,65,50); }

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