#67401A

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

Shades of Dark Brown #67401A

Tints of Dark Brown #67401A

Color information

#67401A (or 0x67401A) is unknown color: approx Dark Brown. HEX triplet: 67, 40 and 1A. RGB value is (103,64,26). Sum of RGB (Red+Green+Blue) = 103+64+26=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #67401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67401A is #98BFE5. Grayscale: #474747. Windows color (decimal): -10010598 or 1720423. OLE color: 1720423.

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

Color convert

RGB1036426-
CMYK00.380.750.60
HSL29.61º59.69%25.29%-
HSV(B)29.61º74.76%40.39%-
XYZ7.616.621.85-
YUV71.33102.42150.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.37%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=53.37%
G=33.16%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103642600.380.750.6029.6159.6925.29
Hex67401A0264B3C1e3c19
Octal1471003204611374367431
Binary1100111100000011010010011010010111111001111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67401A; }

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

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

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

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

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

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

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

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