Html Css Color HEX #614800 Raw Umber

📋 copy color: '#614800'

red 97 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #614800

Tints of Raw Umber #614800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

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

R = 57.4%
G = 42.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#614800 (or 0x614800) is known color: Raw Umber. HEX triplet: 61, 48 and 00. RGB value is (97,72,0). Sum of RGB (Red+Green+Blue) = 97+72+0=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #614800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614800 is #9EB7FF. Grayscale: #474747. Windows color (decimal): -10401792 or 18529. OLE color: 18529.

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

Color convert

RGB 97 72 0 -
CMYK 0 0.26 1 0.62
HSL 44.54º 1% 0.19% -
HSV(B) 44.54º 1% 0.38% -
XYZ 7.25 7.18 1 -
YUV 71.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 97 72 0 0 0.26 1 0.62 44.54 1 0.19
Hex 61 48 0 0 1A 64 3E 2D 64 13
Octal 141 110 0 0 32 144 76 55 144 23
Binary 1100001 1001000 0 0 11010 1100100 111110 101101 1100100 10011

Color Harmonies of #614800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614800

Black with #614800

Text Example


Text Example

White with #614800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614800; }

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

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

background-color css

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

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

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

border-color css

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

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

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