Html Css Color HEX #62401A Dark Brown

📋 copy color: '#62401A'

red 98 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #62401A

Tints of Dark Brown #62401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.04%

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 52.13%
G = 34.04%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62401A (or 0x62401A) is known color: Dark Brown. HEX triplet: 62, 40 and 1A. RGB value is (98,64,26). Sum of RGB (Red+Green+Blue) = 98+64+26=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #62401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62401A is #9DBFE5. Grayscale: #464646. Windows color (decimal): -10338278 or 1720418. OLE color: 1720418.

HSL color Cylindrical-coordinate representation of color #62401A: hue angle of 31.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62401A is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 64 26 -
CMYK 0 0.35 0.73 0.62
HSL 31.67º 0.58% 0.24% -
HSV(B) 31.67º 0.73% 0.38% -
XYZ 7.06 6.34 1.83 -
YUV 69.83 103.26 148.09 -
System Red Green Blue C M Y K H S L
Decimal 98 64 26 0 0.35 0.73 0.62 31.67 0.58 0.24
Hex 62 40 1A 0 23 49 3E 20 3A 18
Octal 142 100 32 0 43 111 76 40 72 30
Binary 1100010 1000000 11010 0 100011 1001001 111110 100000 111010 11000

Color Harmonies of #62401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62401A

Black with #62401A

Text Example


Text Example

White with #62401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62401A; }

 p { color: rgb(98,64,26); }

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

background-color css

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

 a { background-color: rgb(98,64,26); }

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

border-color css

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

 span { border-color: rgb(98,64,26); }

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