Html Css Color HEX #62413E Woody Brown

📋 copy color: '#62413E'

red 98 ◦ green 65 ◦ blue 62

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

Shades of Woody Brown #62413E

Tints of Woody Brown #62413E

RGB

 RED value IS 98 (38.67% from 255) = 43.56%

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

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

R = 43.56%
G = 28.89%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#62413E (or 0x62413E) is known color: Woody Brown. HEX triplet: 62, 41 and 3E. RGB value is (98,65,62). Sum of RGB (Red+Green+Blue) = 98+65+62=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62413E is #9DBEC1. Grayscale: #4A4A4A. Windows color (decimal): -10337986 or 4079970. OLE color: 4079970.

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

Color convert

RGB 98 65 62 -
CMYK 0 0.34 0.37 0.62
HSL 0.23% 0.31% -
HSV(B) 0.37% 0.38% -
XYZ 7.8 6.73 5.44 -
YUV 74.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 98 65 62 0 0.34 0.37 0.62 5 0.23 0.31
Hex 62 41 3E 0 22 25 3E 5 16 1F
Octal 142 101 76 0 42 45 76 5 26 37
Binary 1100010 1000001 111110 0 100010 100101 111110 101 10110 11111

Color Harmonies of #62413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62413E

Black with #62413E

Text Example


Text Example

White with #62413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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