#674016

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

Shades of Dark Brown #674016

Tints of Dark Brown #674016

Color information

#674016 (or 0x674016) is unknown color: approx Dark Brown. HEX triplet: 67, 40 and 16. RGB value is (103,64,22). Sum of RGB (Red+Green+Blue) = 103+64+22=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #674016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674016 is #98BFE9. Grayscale: #474747. Windows color (decimal): -10010602 or 1458279. OLE color: 1458279.

HSL color Cylindrical-coordinate representation of color #674016: hue angle of 31.11º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #674016 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1036422-
CMYK00.380.790.60
HSL31.11º64.8%24.51%-
HSV(B)31.11º78.64%40.39%-
XYZ7.576.611.64-
YUV70.87100.42150.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 54.50%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 22 (8.98% from 255) = 11.64%
R=54.50%
G=33.86%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103642200.380.790.6031.1164.824.51
Hex6740160264F3C1f4119
Octal14710026046117743710131
Binary11001111000000101100100110100111111110011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674016; }

 p { color: rgb(103,64,22); }

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

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

 a { background-color: rgb(103,64,22); }

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

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

 span { border-color: rgb(103,64,22); }

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