Html Css Color HEX #61413E Woody Brown

📋 copy color: '#61413E'

red 97 ◦ green 65 ◦ blue 62

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

Shades of Woody Brown #61413E

Tints of Woody Brown #61413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 43.3%
G = 29.02%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61413E (or 0x61413E) is known color: Woody Brown. HEX triplet: 61, 41 and 3E. RGB value is (97,65,62). Sum of RGB (Red+Green+Blue) = 97+65+62=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61413E is #9EBEC1. Grayscale: #4A4A4A. Windows color (decimal): -10403522 or 4079969. OLE color: 4079969.

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

Color convert

RGB 97 65 62 -
CMYK 0 0.33 0.36 0.62
HSL 5.14º 0.22% 0.31% -
HSV(B) 5.14º 0.36% 0.38% -
XYZ 7.69 6.67 5.44 -
YUV 74.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 97 65 62 0 0.33 0.36 0.62 5.14 0.22 0.31
Hex 61 41 3E 0 21 24 3E 5 16 1F
Octal 141 101 76 0 41 44 76 5 26 37
Binary 1100001 1000001 111110 0 100001 100100 111110 101 10110 11111

Color Harmonies of #61413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61413E

Black with #61413E

Text Example


Text Example

White with #61413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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