#67421C

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

Shades of Dark Brown #67421C

Tints of Dark Brown #67421C

Color information

#67421C (or 0x67421C) is unknown color: approx Dark Brown. HEX triplet: 67, 42 and 1C. RGB value is (103,66,28). Sum of RGB (Red+Green+Blue) = 103+66+28=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #67421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67421C is #98BDE3. Grayscale: #484848. Windows color (decimal): -10010084 or 1852007. OLE color: 1852007.

HSL color Cylindrical-coordinate representation of color #67421C: hue angle of 30.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67421C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1036628-
CMYK00.360.730.60
HSL30.4º57.25%25.69%-
HSV(B)30.4º72.82%40.39%-
XYZ7.756.862.01-
YUV72.73102.76149.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 52.28%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=52.28%
G=33.50%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103662800.360.730.6030.457.2525.69
Hex67421C024493C1e391a
Octal1471023404411174367132
Binary1100111100001011100010010010010011111001111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67421C; }

 p { color: rgb(103,66,28); }

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

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

 a { background-color: rgb(103,66,28); }

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

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

 span { border-color: rgb(103,66,28); }

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