Html Css Color HEX #614A01 Raw Umber

📋 copy color: '#614A01'

red 97 ◦ green 74 ◦ blue 1

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

Shades of Raw Umber #614A01

Tints of Raw Umber #614A01

RGB

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

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

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

R = 56.4%
G = 43.02%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#614A01 (or 0x614A01) is known color: Raw Umber. HEX triplet: 61, 4A and 01. RGB value is (97,74,1). Sum of RGB (Red+Green+Blue) = 97+74+1=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #614A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A01 is #9EB5FE. Grayscale: #484848. Windows color (decimal): -10401279 or 84577. OLE color: 84577.

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

Color convert

RGB 97 74 1 -
CMYK 0 0.24 0.99 0.62
HSL 45.63º 0.98% 0.19% -
HSV(B) 45.63º 0.99% 0.38% -
XYZ 7.38 7.44 1.08 -
YUV 72.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 97 74 1 0 0.24 0.99 0.62 45.63 0.98 0.19
Hex 61 4A 1 0 18 63 3E 2E 62 13
Octal 141 112 1 0 30 143 76 56 142 23
Binary 1100001 1001010 1 0 11000 1100011 111110 101110 1100010 10011

Color Harmonies of #614A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A01

Black with #614A01

Text Example


Text Example

White with #614A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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