Html Css Color HEX #674120 Dark Brown

📋 copy color: '#674120'

red 103 ◦ green 65 ◦ blue 32

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

Shades of Dark Brown #674120

Tints of Dark Brown #674120

RGB

 RED value IS 103 (40.63% from 255) = 51.5%

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 32 (12.89% from 255) = 16%

R = 51.5%
G = 32.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#674120 (or 0x674120) is known color: Dark Brown. HEX triplet: 67, 41 and 20. RGB value is (103,65,32). Sum of RGB (Red+Green+Blue) = 103+65+32=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674120 is #98BEDF. Grayscale: #484848. Windows color (decimal): -10010336 or 2113895. OLE color: 2113895.

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

Color convert

RGB 103 65 32 -
CMYK 0 0.37 0.69 0.60
HSL 27.89º 0.53% 0.26% -
HSV(B) 27.89º 0.69% 0.4% -
XYZ 7.74 6.77 2.26 -
YUV 72.6 105.09 149.68 -
System Red Green Blue C M Y K H S L
Decimal 103 65 32 0 0.37 0.69 0.60 27.89 0.53 0.26
Hex 67 41 20 0 25 45 3C 1C 35 1A
Octal 147 101 40 0 45 105 74 34 65 32
Binary 1100111 1000001 100000 0 100101 1000101 111100 11100 110101 11010

Color Harmonies of #674120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674120

Black with #674120

Text Example


Text Example

White with #674120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674120; }

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

 H1.HeaderClassName
 {
   color: #674120;
 }
 .AnyTagClassName
 {
   color: #674120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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