Html Css Color HEX #614646 Woody Brown

📋 copy color: '#614646'

red 97 ◦ green 70 ◦ blue 70

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

Shades of Woody Brown #614646

Tints of Woody Brown #614646

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 40.93%
G = 29.54%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#614646 (or 0x614646) is known color: Woody Brown. HEX triplet: 61, 46 and 46. RGB value is (97,70,70). Sum of RGB (Red+Green+Blue) = 97+70+70=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #614646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614646 is #9EB9B9. Grayscale: #4E4E4E. Windows color (decimal): -10402234 or 4605537. OLE color: 4605537.

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

Color convert

RGB 97 70 70 -
CMYK 0 0.28 0.28 0.62
HSL 0.16% 0.33% -
HSV(B) 0.28% 0.38% -
XYZ 8.23 7.36 6.78 -
YUV 78.07 123.45 141.5 -
System Red Green Blue C M Y K H S L
Decimal 97 70 70 0 0.28 0.28 0.62 0 0.16 0.33
Hex 61 46 46 0 1C 1C 3E 0 10 21
Octal 141 106 106 0 34 34 76 0 20 41
Binary 1100001 1000110 1000110 0 11100 11100 111110 0 10000 100001

Color Harmonies of #614646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614646

Black with #614646

Text Example


Text Example

White with #614646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614646; }

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

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

background-color css

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

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

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

border-color css

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

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

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