Html Css Color HEX #614813 Raw Umber

📋 copy color: '#614813'

red 97 ◦ green 72 ◦ blue 19

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

Shades of Raw Umber #614813

Tints of Raw Umber #614813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.3%

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

R = 51.6%
G = 38.3%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#614813 (or 0x614813) is known color: Raw Umber. HEX triplet: 61, 48 and 13. RGB value is (97,72,19). Sum of RGB (Red+Green+Blue) = 97+72+19=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614813 is #9EB7EC. Grayscale: #494949. Windows color (decimal): -10401773 or 1263713. OLE color: 1263713.

HSL color Cylindrical-coordinate representation of color #614813: hue angle of 40.77º 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 #614813 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 72 19 -
CMYK 0 0.26 0.80 0.62
HSL 40.77º 0.67% 0.23% -
HSV(B) 40.77º 0.8% 0.38% -
XYZ 7.36 7.22 1.62 -
YUV 73.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 97 72 19 0 0.26 0.80 0.62 40.77 0.67 0.23
Hex 61 48 13 0 1A 50 3E 29 43 17
Octal 141 110 23 0 32 120 76 51 103 27
Binary 1100001 1001000 10011 0 11010 1010000 111110 101001 1000011 10111

Color Harmonies of #614813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614813

Black with #614813

Text Example


Text Example

White with #614813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614813; }

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

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

background-color css

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

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

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

border-color css

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

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

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