Html Css Color HEX #614103 Raw Umber

📋 copy color: '#614103'

red 97 ◦ green 65 ◦ blue 3

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

Shades of Raw Umber #614103

Tints of Raw Umber #614103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 58.79%
G = 39.39%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#614103 (or 0x614103) is known color: Raw Umber. HEX triplet: 61, 41 and 03. RGB value is (97,65,3). Sum of RGB (Red+Green+Blue) = 97+65+3=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #614103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614103 is #9EBEFC. Grayscale: #434343. Windows color (decimal): -10403581 or 213345. OLE color: 213345.

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

Color convert

RGB 97 65 3 -
CMYK 0 0.33 0.97 0.62
HSL 39.57º 0.94% 0.2% -
HSV(B) 39.57º 0.97% 0.38% -
XYZ 6.84 6.33 0.95 -
YUV 67.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 97 65 3 0 0.33 0.97 0.62 39.57 0.94 0.2
Hex 61 41 3 0 21 61 3E 28 5E 14
Octal 141 101 3 0 41 141 76 50 136 24
Binary 1100001 1000001 11 0 100001 1100001 111110 101000 1011110 10100

Color Harmonies of #614103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614103

Black with #614103

Text Example


Text Example

White with #614103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614103; }

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

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

background-color css

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

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

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

border-color css

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

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

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