Html Css Color HEX #674220 Dark Brown

📋 copy color: '#674220'

red 103 ◦ green 66 ◦ blue 32

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

Shades of Dark Brown #674220

Tints of Dark Brown #674220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 51.24%
G = 32.84%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#674220 (or 0x674220) is known color: Dark Brown. HEX triplet: 67, 42 and 20. RGB value is (103,66,32). Sum of RGB (Red+Green+Blue) = 103+66+32=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #674220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674220 is #98BDDF. Grayscale: #494949. Windows color (decimal): -10010080 or 2114151. OLE color: 2114151.

HSL color Cylindrical-coordinate representation of color #674220: hue angle of 28.73º 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 #674220 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 32 -
CMYK 0 0.36 0.69 0.60
HSL 28.73º 0.53% 0.26% -
HSV(B) 28.73º 0.69% 0.4% -
XYZ 7.8 6.88 2.28 -
YUV 73.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 103 66 32 0 0.36 0.69 0.60 28.73 0.53 0.26
Hex 67 42 20 0 24 45 3C 1D 35 1A
Octal 147 102 40 0 44 105 74 35 65 32
Binary 1100111 1000010 100000 0 100100 1000101 111100 11101 110101 11010

Color Harmonies of #674220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674220

Black with #674220

Text Example


Text Example

White with #674220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674220; }

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

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

background-color css

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

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

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

border-color css

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

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

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