Html Css Color HEX #614141 Woody Brown

📋 copy color: '#614141'

red 97 ◦ green 65 ◦ blue 65

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

Shades of Woody Brown #614141

Tints of Woody Brown #614141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 42.73%
G = 28.63%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#614141 (or 0x614141) is known color: Woody Brown. HEX triplet: 61, 41 and 41. RGB value is (97,65,65). Sum of RGB (Red+Green+Blue) = 97+65+65=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614141 is #9EBEBE. Grayscale: #4A4A4A. Windows color (decimal): -10403519 or 4276577. OLE color: 4276577.

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

Color convert

RGB 97 65 65 -
CMYK 0 0.33 0.33 0.62
HSL 0.2% 0.32% -
HSV(B) 0.33% 0.38% -
XYZ 7.77 6.7 5.89 -
YUV 74.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 97 65 65 0 0.33 0.33 0.62 0 0.2 0.32
Hex 61 41 41 0 21 21 3E 0 14 20
Octal 141 101 101 0 41 41 76 0 24 40
Binary 1100001 1000001 1000001 0 100001 100001 111110 0 10100 100000

Color Harmonies of #614141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614141

Black with #614141

Text Example


Text Example

White with #614141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614141; }

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

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

background-color css

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

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

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

border-color css

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

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

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