Html Css Color HEX #614005 Raw Umber

📋 copy color: '#614005'

red 97 ◦ green 64 ◦ blue 5

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

Shades of Raw Umber #614005

Tints of Raw Umber #614005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 58.43%
G = 38.55%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#614005 (or 0x614005) is known color: Raw Umber. HEX triplet: 61, 40 and 05. RGB value is (97,64,5). Sum of RGB (Red+Green+Blue) = 97+64+5=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #614005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614005 is #9EBFFA. Grayscale: #434343. Windows color (decimal): -10403835 or 344161. OLE color: 344161.

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

Color convert

RGB 97 64 5 -
CMYK 0 0.34 0.95 0.62
HSL 38.48º 0.9% 0.2% -
HSV(B) 38.48º 0.95% 0.38% -
XYZ 6.79 6.22 0.99 -
YUV 67.14 92.93 149.3 -
System Red Green Blue C M Y K H S L
Decimal 97 64 5 0 0.34 0.95 0.62 38.48 0.9 0.2
Hex 61 40 5 0 22 5F 3E 26 5A 14
Octal 141 100 5 0 42 137 76 46 132 24
Binary 1100001 1000000 101 0 100010 1011111 111110 100110 1011010 10100

Color Harmonies of #614005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614005

Black with #614005

Text Example


Text Example

White with #614005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614005; }

 p { color: rgb(97,64,5); }

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

background-color css

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

 a { background-color: rgb(97,64,5); }

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

border-color css

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

 span { border-color: rgb(97,64,5); }

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