Html Css Color HEX #614100 Raw Umber

📋 copy color: '#614100'

red 97 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #614100

Tints of Raw Umber #614100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.88%
G = 40.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#614100 (or 0x614100) is known color: Raw Umber. HEX triplet: 61, 41 and 00. RGB value is (97,65,0). Sum of RGB (Red+Green+Blue) = 97+65+0=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #614100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614100 is #9EBEFF. Grayscale: #434343. Windows color (decimal): -10403584 or 16737. OLE color: 16737.

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

Color convert

RGB 97 65 0 -
CMYK 0 0.33 1 0.62
HSL 40.21º 1% 0.19% -
HSV(B) 40.21º 1% 0.38% -
XYZ 6.82 6.32 0.86 -
YUV 67.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 97 65 0 0 0.33 1 0.62 40.21 1 0.19
Hex 61 41 0 0 21 64 3E 28 64 13
Octal 141 101 0 0 41 144 76 50 144 23
Binary 1100001 1000001 0 0 100001 1100100 111110 101000 1100100 10011

Color Harmonies of #614100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614100

Black with #614100

Text Example


Text Example

White with #614100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614100; }

 p { color: rgb(97,65,0); }

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

background-color css

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

 a { background-color: rgb(97,65,0); }

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

border-color css

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

 span { border-color: rgb(97,65,0); }

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