Html Css Color HEX #614404 Raw Umber

📋 copy color: '#614404'

red 97 ◦ green 68 ◦ blue 4

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

Shades of Raw Umber #614404

Tints of Raw Umber #614404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

 BLUE value IS 4 (1.95% from 255) = 2.37%

R = 57.4%
G = 40.24%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#614404 (or 0x614404) is known color: Raw Umber. HEX triplet: 61, 44 and 04. RGB value is (97,68,4). Sum of RGB (Red+Green+Blue) = 97+68+4=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #614404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614404 is #9EBBFB. Grayscale: #454545. Windows color (decimal): -10402812 or 279649. OLE color: 279649.

HSL color Cylindrical-coordinate representation of color #614404: hue angle of 41.29º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #614404 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 4 -
CMYK 0 0.30 0.96 0.62
HSL 41.29º 0.92% 0.2% -
HSV(B) 41.29º 0.96% 0.38% -
XYZ 7.02 6.68 1.04 -
YUV 69.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 97 68 4 0 0.30 0.96 0.62 41.29 0.92 0.2
Hex 61 44 4 0 1E 60 3E 29 5C 14
Octal 141 104 4 0 36 140 76 51 134 24
Binary 1100001 1000100 100 0 11110 1100000 111110 101001 1011100 10100

Color Harmonies of #614404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614404

Black with #614404

Text Example


Text Example

White with #614404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614404; }

 p { color: rgb(97,68,4); }

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

background-color css

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

 a { background-color: rgb(97,68,4); }

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

border-color css

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

 span { border-color: rgb(97,68,4); }

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