Html Css Color HEX #614201 Raw Umber

📋 copy color: '#614201'

red 97 ◦ green 66 ◦ blue 1

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

Shades of Raw Umber #614201

Tints of Raw Umber #614201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 59.15%
G = 40.24%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#614201 (or 0x614201) is known color: Raw Umber. HEX triplet: 61, 42 and 01. RGB value is (97,66,1). Sum of RGB (Red+Green+Blue) = 97+66+1=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #614201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614201 is #9EBDFE. Grayscale: #444444. Windows color (decimal): -10403327 or 82529. OLE color: 82529.

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

Color convert

RGB 97 66 1 -
CMYK 0 0.32 0.99 0.62
HSL 40.63º 0.98% 0.19% -
HSV(B) 40.63º 0.99% 0.38% -
XYZ 6.88 6.44 0.91 -
YUV 67.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 97 66 1 0 0.32 0.99 0.62 40.63 0.98 0.19
Hex 61 42 1 0 20 63 3E 29 62 13
Octal 141 102 1 0 40 143 76 51 142 23
Binary 1100001 1000010 1 0 100000 1100011 111110 101001 1100010 10011

Color Harmonies of #614201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614201

Black with #614201

Text Example


Text Example

White with #614201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614201; }

 p { color: rgb(97,66,1); }

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

background-color css

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

 a { background-color: rgb(97,66,1); }

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

border-color css

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

 span { border-color: rgb(97,66,1); }

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