Html Css Color HEX #62400D Raw Umber

📋 copy color: '#62400D'

red 98 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #62400D

Tints of Raw Umber #62400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 56%
G = 36.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62400D (or 0x62400D) is known color: Raw Umber. HEX triplet: 62, 40 and 0D. RGB value is (98,64,13). Sum of RGB (Red+Green+Blue) = 98+64+13=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62400D is #9DBFF2. Grayscale: #444444. Windows color (decimal): -10338291 or 868450. OLE color: 868450.

HSL color Cylindrical-coordinate representation of color #62400D: hue angle of 36º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62400D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 64 13 -
CMYK 0 0.35 0.87 0.62
HSL 36º 0.77% 0.22% -
HSV(B) 36º 0.87% 0.38% -
XYZ 6.94 6.29 1.23 -
YUV 68.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 98 64 13 0 0.35 0.87 0.62 36 0.77 0.22
Hex 62 40 D 0 23 57 3E 24 4D 16
Octal 142 100 15 0 43 127 76 44 115 26
Binary 1100010 1000000 1101 0 100011 1010111 111110 100100 1001101 10110

Color Harmonies of #62400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62400D

Black with #62400D

Text Example


Text Example

White with #62400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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