Html Css Color HEX #624A12 Raw Umber

📋 copy color: '#624A12'

red 98 ◦ green 74 ◦ blue 18

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

Shades of Raw Umber #624A12

Tints of Raw Umber #624A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

 BLUE value IS 18 (7.42% from 255) = 9.47%

R = 51.58%
G = 38.95%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#624A12 (or 0x624A12) is known color: Raw Umber. HEX triplet: 62, 4A and 12. RGB value is (98,74,18). Sum of RGB (Red+Green+Blue) = 98+74+18=190 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.58% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 98 - color contains mainly: red. Hex color #624A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624A12 is #9DB5ED. Grayscale: #4B4B4B. Windows color (decimal): -10335726 or 1198690. OLE color: 1198690.

HSL color Cylindrical-coordinate representation of color #624A12: hue angle of 42º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #624A12 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 74 18 -
CMYK 0 0.24 0.82 0.62
HSL 42º 0.69% 0.23% -
HSV(B) 42º 0.82% 0.38% -
XYZ 7.59 7.54 1.63 -
YUV 74.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 98 74 18 0 0.24 0.82 0.62 42 0.69 0.23
Hex 62 4A 12 0 18 52 3E 2A 45 17
Octal 142 112 22 0 30 122 76 52 105 27
Binary 1100010 1001010 10010 0 11000 1010010 111110 101010 1000101 10111

Color Harmonies of #624A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624A12

Black with #624A12

Text Example


Text Example

White with #624A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624A12; }

 p { color: rgb(98,74,18); }

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

background-color css

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

 a { background-color: rgb(98,74,18); }

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

border-color css

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

 span { border-color: rgb(98,74,18); }

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