Html Css Color HEX #614240 Woody Brown

📋 copy color: '#614240'

red 97 ◦ green 66 ◦ blue 64

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

Shades of Woody Brown #614240

Tints of Woody Brown #614240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 42.73%
G = 29.07%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#614240 (or 0x614240) is known color: Woody Brown. HEX triplet: 61, 42 and 40. RGB value is (97,66,64). Sum of RGB (Red+Green+Blue) = 97+66+64=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614240 is #9EBDBF. Grayscale: #4B4B4B. Windows color (decimal): -10403264 or 4211297. OLE color: 4211297.

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

Color convert

RGB 97 66 64 -
CMYK 0 0.32 0.34 0.62
HSL 3.64º 0.2% 0.32% -
HSV(B) 3.64º 0.34% 0.38% -
XYZ 7.8 6.81 5.75 -
YUV 75.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 97 66 64 0 0.32 0.34 0.62 3.64 0.2 0.32
Hex 61 42 40 0 20 22 3E 4 14 20
Octal 141 102 100 0 40 42 76 4 24 40
Binary 1100001 1000010 1000000 0 100000 100010 111110 100 10100 100000

Color Harmonies of #614240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614240

Black with #614240

Text Example


Text Example

White with #614240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614240; }

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

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

background-color css

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

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

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

border-color css

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

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

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