Html Css Color HEX #614D00 Raw Umber

📋 copy color: '#614D00'

red 97 ◦ green 77 ◦ blue 0

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

Shades of Raw Umber #614D00

Tints of Raw Umber #614D00

RGB

 RED value IS 97 (38.28% from 255) = 55.75%

 GREEN value IS 77 (30.47% from 255) = 44.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.75%
G = 44.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#614D00 (or 0x614D00) is known color: Raw Umber. HEX triplet: 61, 4D and 00. RGB value is (97,77,0). Sum of RGB (Red+Green+Blue) = 97+77+0=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #614D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D00 is #9EB2FF. Grayscale: #4A4A4A. Windows color (decimal): -10400512 or 19809. OLE color: 19809.

HSL color Cylindrical-coordinate representation of color #614D00: hue angle of 47.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #614D00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 0 -
CMYK 0 0.21 1 0.62
HSL 47.63º 1% 0.19% -
HSV(B) 47.63º 1% 0.38% -
XYZ 7.58 7.85 1.12 -
YUV 74.2 86.13 144.26 -
System Red Green Blue C M Y K H S L
Decimal 97 77 0 0 0.21 1 0.62 47.63 1 0.19
Hex 61 4D 0 0 15 64 3E 30 64 13
Octal 141 115 0 0 25 144 76 60 144 23
Binary 1100001 1001101 0 0 10101 1100100 111110 110000 1100100 10011

Color Harmonies of #614D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D00

Black with #614D00

Text Example


Text Example

White with #614D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614D00; }

 p { color: rgb(97,77,0); }

 H1.HeaderClassName
 {
   color: #614D00;
 }
 .AnyTagClassName
 {
   color: #614D00;
 }
</style>

background-color css

<style>
 a { background-color: #614D00; }

 a { background-color: rgb(97,77,0); }

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

border-color css

<style>
 span { border-color: #614D00; }

 span { border-color: rgb(97,77,0); }

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