Html Css Color HEX #674222 Dark Brown

📋 copy color: '#674222'

red 103 ◦ green 66 ◦ blue 34

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

Shades of Dark Brown #674222

Tints of Dark Brown #674222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 50.74%
G = 32.51%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#674222 (or 0x674222) is known color: Dark Brown. HEX triplet: 67, 42 and 22. RGB value is (103,66,34). Sum of RGB (Red+Green+Blue) = 103+66+34=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #674222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674222 is #98BDDD. Grayscale: #494949. Windows color (decimal): -10010078 or 2245223. OLE color: 2245223.

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

Color convert

RGB 103 66 34 -
CMYK 0 0.36 0.67 0.60
HSL 27.83º 0.5% 0.27% -
HSV(B) 27.83º 0.67% 0.4% -
XYZ 7.83 6.9 2.43 -
YUV 73.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 103 66 34 0 0.36 0.67 0.60 27.83 0.5 0.27
Hex 67 42 22 0 24 43 3C 1C 32 1B
Octal 147 102 42 0 44 103 74 34 62 33
Binary 1100111 1000010 100010 0 100100 1000011 111100 11100 110010 11011

Color Harmonies of #674222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674222

Black with #674222

Text Example


Text Example

White with #674222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674222; }

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

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

background-color css

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

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

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

border-color css

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

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

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