Html Css Color HEX #614A00 Raw Umber

📋 copy color: '#614A00'

red 97 ◦ green 74 ◦ blue 0

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

Shades of Raw Umber #614A00

Tints of Raw Umber #614A00

RGB

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

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

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

R = 56.73%
G = 43.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#614A00 (or 0x614A00) is known color: Raw Umber. HEX triplet: 61, 4A and 00. RGB value is (97,74,0). Sum of RGB (Red+Green+Blue) = 97+74+0=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #614A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A00 is #9EB5FF. Grayscale: #484848. Windows color (decimal): -10401280 or 19041. OLE color: 19041.

HSL color Cylindrical-coordinate representation of color #614A00: hue angle of 45.77º 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 #614A00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 0 -
CMYK 0 0.24 1 0.62
HSL 45.77º 1% 0.19% -
HSV(B) 45.77º 1% 0.38% -
XYZ 7.38 7.44 1.05 -
YUV 72.44 87.12 145.52 -
System Red Green Blue C M Y K H S L
Decimal 97 74 0 0 0.24 1 0.62 45.77 1 0.19
Hex 61 4A 0 0 18 64 3E 2E 64 13
Octal 141 112 0 0 30 144 76 56 144 23
Binary 1100001 1001010 0 0 11000 1100100 111110 101110 1100100 10011

Color Harmonies of #614A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A00

Black with #614A00

Text Example


Text Example

White with #614A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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