Html Css Color HEX #614D01 Raw Umber

📋 copy color: '#614D01'

red 97 ◦ green 77 ◦ blue 1

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

Shades of Raw Umber #614D01

Tints of Raw Umber #614D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44%

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

R = 55.43%
G = 44%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#614D01 (or 0x614D01) is known color: Raw Umber. HEX triplet: 61, 4D and 01. RGB value is (97,77,1). Sum of RGB (Red+Green+Blue) = 97+77+1=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #614D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D01 is #9EB2FE. Grayscale: #4A4A4A. Windows color (decimal): -10400511 or 85345. OLE color: 85345.

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

Color convert

RGB 97 77 1 -
CMYK 0 0.21 0.99 0.62
HSL 47.5º 0.98% 0.19% -
HSV(B) 47.5º 0.99% 0.38% -
XYZ 7.59 7.85 1.14 -
YUV 74.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 97 77 1 0 0.21 0.99 0.62 47.5 0.98 0.19
Hex 61 4D 1 0 15 63 3E 30 62 13
Octal 141 115 1 0 25 143 76 60 142 23
Binary 1100001 1001101 1 0 10101 1100011 111110 110000 1100010 10011

Color Harmonies of #614D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D01

Black with #614D01

Text Example


Text Example

White with #614D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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