Html Css Color HEX #614442 Woody Brown

📋 copy color: '#614442'

red 97 ◦ green 68 ◦ blue 66

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

Shades of Woody Brown #614442

Tints of Woody Brown #614442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

 BLUE value IS 66 (26.17% from 255) = 28.57%

R = 41.99%
G = 29.44%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#614442 (or 0x614442) is known color: Woody Brown. HEX triplet: 61, 44 and 42. RGB value is (97,68,66). Sum of RGB (Red+Green+Blue) = 97+68+66=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614442 is #9EBBBD. Grayscale: #4C4C4C. Windows color (decimal): -10402750 or 4342881. OLE color: 4342881.

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

Color convert

RGB 97 68 66 -
CMYK 0 0.30 0.32 0.62
HSL 3.87º 0.19% 0.32% -
HSV(B) 3.87º 0.32% 0.38% -
XYZ 7.98 7.07 6.1 -
YUV 76.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 97 68 66 0 0.30 0.32 0.62 3.87 0.19 0.32
Hex 61 44 42 0 1E 20 3E 4 13 20
Octal 141 104 102 0 36 40 76 4 23 40
Binary 1100001 1000100 1000010 0 11110 100000 111110 100 10011 100000

Color Harmonies of #614442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614442

Black with #614442

Text Example


Text Example

White with #614442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614442; }

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

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

background-color css

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

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

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

border-color css

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

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

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