#624B14

Color #624B14 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #624B14

Tints of Raw Umber #624B14

Color information

#624B14 (or 0x624B14) is unknown color: approx Raw Umber. HEX triplet: 62, 4B and 14. RGB value is (98,75,20). Sum of RGB (Red+Green+Blue) = 98+75+20=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #624B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624B14 is #9DB4EB. Grayscale: #4B4B4B. Windows color (decimal): -10335468 or 1330018. OLE color: 1330018.

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

Color convert

RGB987520-
CMYK00.230.800.62
HSL42.31º66.1%23.14%-
HSV(B)42.31º79.59%38.43%-
XYZ7.687.681.74-
YUV75.6196.62143.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.78%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=50.78%
G=38.86%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98752000.230.800.6242.3166.123.14
Hex624B14017503E2a4217
Octal14211324027120765210227
Binary11000101001011101000101111010000111110101010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,75,20); }

 H1.HeaderClassName
 {
   color: #624B14;
 }
 .AnyTagClassName
 {
   color: #624B14;
 }
</style>
background-color css

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

 a { background-color: rgb(98,75,20); }

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

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

 span { border-color: rgb(98,75,20); }

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