Html Css Color HEX #67401A Dark Brown

📋 copy color: '#67401A'

red 103 ◦ green 64 ◦ blue 26

#67401A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #67401A

Tints of Dark Brown #67401A

RGB

 RED value IS 103 (40.63% 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 value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#67401A (or 0x67401A) is known color: 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

RGB 103 64 26 -
CMYK 0 0.38 0.75 0.60
HSL 29.61º 0.6% 0.25% -
HSV(B) 29.61º 0.75% 0.4% -
XYZ 7.61 6.62 1.85 -
YUV 71.33 102.42 150.59 -
System Red Green Blue C M Y K H S L
Decimal 103 64 26 0 0.38 0.75 0.60 29.61 0.6 0.25
Hex 67 40 1A 0 26 4B 3C 1E 3C 19
Octal 147 100 32 0 46 113 74 36 74 31
Binary 1100111 1000000 11010 0 100110 1001011 111100 11110 111100 11001

Color Harmonies of #67401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67401A

Black with #67401A

Text Example


Text Example

White with #67401A

Text Example


Text Example

HTML Codes & Css Web 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>