Html Css Color HEX #614241 Woody Brown

📋 copy color: '#614241'

red 97 ◦ green 66 ◦ blue 65

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

Shades of Woody Brown #614241

Tints of Woody Brown #614241

RGB

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

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

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

R = 42.54%
G = 28.95%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#614241 (or 0x614241) is known color: Woody Brown. HEX triplet: 61, 42 and 41. RGB value is (97,66,65). Sum of RGB (Red+Green+Blue) = 97+66+65=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614241 is #9EBDBE. Grayscale: #4B4B4B. Windows color (decimal): -10403263 or 4276833. OLE color: 4276833.

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

Color convert

RGB 97 66 65 -
CMYK 0 0.32 0.33 0.62
HSL 1.88º 0.2% 0.32% -
HSV(B) 1.88º 0.33% 0.38% -
XYZ 7.83 6.82 5.9 -
YUV 75.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 97 66 65 0 0.32 0.33 0.62 1.88 0.2 0.32
Hex 61 42 41 0 20 21 3E 2 14 20
Octal 141 102 101 0 40 41 76 2 24 40
Binary 1100001 1000010 1000001 0 100000 100001 111110 10 10100 100000

Color Harmonies of #614241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614241

Black with #614241

Text Example


Text Example

White with #614241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614241; }

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

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

background-color css

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

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

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

border-color css

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

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

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