Html Css Color HEX #614121 Dark Brown

📋 copy color: '#614121'

red 97 ◦ green 65 ◦ blue 33

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

Shades of Dark Brown #614121

Tints of Dark Brown #614121

RGB

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

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

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

R = 49.74%
G = 33.33%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#614121 (or 0x614121) is known color: Dark Brown. HEX triplet: 61, 41 and 21. RGB value is (97,65,33). Sum of RGB (Red+Green+Blue) = 97+65+33=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #614121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614121 is #9EBEDE. Grayscale: #474747. Windows color (decimal): -10403551 or 2179425. OLE color: 2179425.

HSL color Cylindrical-coordinate representation of color #614121: hue angle of 30º 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 #614121 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 33 -
CMYK 0 0.33 0.66 0.62
HSL 30º 0.49% 0.25% -
HSV(B) 30º 0.66% 0.38% -
XYZ 7.09 6.43 2.31 -
YUV 70.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 97 65 33 0 0.33 0.66 0.62 30 0.49 0.25
Hex 61 41 21 0 21 42 3E 1E 31 19
Octal 141 101 41 0 41 102 76 36 61 31
Binary 1100001 1000001 100001 0 100001 1000010 111110 11110 110001 11001

Color Harmonies of #614121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614121

Black with #614121

Text Example


Text Example

White with #614121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614121; }

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

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

background-color css

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

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

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

border-color css

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

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

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