Html Css Color HEX #614C01 Raw Umber

📋 copy color: '#614C01'

red 97 ◦ green 76 ◦ blue 1

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

Shades of Raw Umber #614C01

Tints of Raw Umber #614C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

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

R = 55.75%
G = 43.68%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#614C01 (or 0x614C01) is known color: Raw Umber. HEX triplet: 61, 4C and 01. RGB value is (97,76,1). Sum of RGB (Red+Green+Blue) = 97+76+1=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #614C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C01 is #9EB3FE. Grayscale: #4A4A4A. Windows color (decimal): -10400767 or 85089. OLE color: 85089.

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

Color convert

RGB 97 76 1 -
CMYK 0 0.22 0.99 0.62
HSL 46.88º 0.98% 0.19% -
HSV(B) 46.88º 0.99% 0.38% -
XYZ 7.52 7.71 1.12 -
YUV 73.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 97 76 1 0 0.22 0.99 0.62 46.88 0.98 0.19
Hex 61 4C 1 0 16 63 3E 2F 62 13
Octal 141 114 1 0 26 143 76 57 142 23
Binary 1100001 1001100 1 0 10110 1100011 111110 101111 1100010 10011

Color Harmonies of #614C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C01

Black with #614C01

Text Example


Text Example

White with #614C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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