Html Css Color HEX #614221 Dark Brown

📋 copy color: '#614221'

red 97 ◦ green 66 ◦ blue 33

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

Shades of Dark Brown #614221

Tints of Dark Brown #614221

RGB

 RED value IS 97 (38.28% from 255) = 49.49%

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

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

R = 49.49%
G = 33.67%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#614221 (or 0x614221) is known color: Dark Brown. HEX triplet: 61, 42 and 21. RGB value is (97,66,33). Sum of RGB (Red+Green+Blue) = 97+66+33=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #614221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614221 is #9EBDDE. Grayscale: #474747. Windows color (decimal): -10403295 or 2179681. OLE color: 2179681.

HSL color Cylindrical-coordinate representation of color #614221: hue angle of 30.94º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #614221 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 33 -
CMYK 0 0.32 0.66 0.62
HSL 30.94º 0.49% 0.25% -
HSV(B) 30.94º 0.66% 0.38% -
XYZ 7.15 6.55 2.33 -
YUV 71.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 97 66 33 0 0.32 0.66 0.62 30.94 0.49 0.25
Hex 61 42 21 0 20 42 3E 1F 31 19
Octal 141 102 41 0 40 102 76 37 61 31
Binary 1100001 1000010 100001 0 100000 1000010 111110 11111 110001 11001

Color Harmonies of #614221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614221

Black with #614221

Text Example


Text Example

White with #614221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614221; }

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

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

background-color css

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

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

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

border-color css

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

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

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