Html Css Color HEX #614613 Raw Umber

📋 copy color: '#614613'

red 97 ◦ green 70 ◦ blue 19

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

Shades of Raw Umber #614613

Tints of Raw Umber #614613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.63%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 52.15%
G = 37.63%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#614613 (or 0x614613) is known color: Raw Umber. HEX triplet: 61, 46 and 13. RGB value is (97,70,19). Sum of RGB (Red+Green+Blue) = 97+70+19=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614613 is #9EB9EC. Grayscale: #484848. Windows color (decimal): -10402285 or 1263201. OLE color: 1263201.

HSL color Cylindrical-coordinate representation of color #614613: hue angle of 39.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #614613 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 19 -
CMYK 0 0.28 0.80 0.62
HSL 39.23º 0.67% 0.23% -
HSV(B) 39.23º 0.8% 0.38% -
XYZ 7.24 6.97 1.58 -
YUV 72.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 97 70 19 0 0.28 0.80 0.62 39.23 0.67 0.23
Hex 61 46 13 0 1C 50 3E 27 43 17
Octal 141 106 23 0 34 120 76 47 103 27
Binary 1100001 1000110 10011 0 11100 1010000 111110 100111 1000011 10111

Color Harmonies of #614613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614613

Black with #614613

Text Example


Text Example

White with #614613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614613; }

 p { color: rgb(97,70,19); }

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

background-color css

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

 a { background-color: rgb(97,70,19); }

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

border-color css

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

 span { border-color: rgb(97,70,19); }

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