Html Css Color HEX #674221 Dark Brown

📋 copy color: '#674221'

red 103 ◦ green 66 ◦ blue 33

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

Shades of Dark Brown #674221

Tints of Dark Brown #674221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 50.99%
G = 32.67%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#674221 (or 0x674221) is known color: Dark Brown. HEX triplet: 67, 42 and 21. RGB value is (103,66,33). Sum of RGB (Red+Green+Blue) = 103+66+33=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #674221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674221 is #98BDDE. Grayscale: #494949. Windows color (decimal): -10010079 or 2179687. OLE color: 2179687.

HSL color Cylindrical-coordinate representation of color #674221: hue angle of 28.29º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674221 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 33 -
CMYK 0 0.36 0.68 0.60
HSL 28.29º 0.51% 0.27% -
HSV(B) 28.29º 0.68% 0.4% -
XYZ 7.82 6.89 2.36 -
YUV 73.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 103 66 33 0 0.36 0.68 0.60 28.29 0.51 0.27
Hex 67 42 21 0 24 44 3C 1C 33 1B
Octal 147 102 41 0 44 104 74 34 63 33
Binary 1100111 1000010 100001 0 100100 1000100 111100 11100 110011 11011

Color Harmonies of #674221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674221

Black with #674221

Text Example


Text Example

White with #674221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674221; }

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

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

background-color css

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

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

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

border-color css

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

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

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