Html Css Color HEX #614714 Raw Umber

📋 copy color: '#614714'

red 97 ◦ green 71 ◦ blue 20

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

Shades of Raw Umber #614714

Tints of Raw Umber #614714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 51.6%
G = 37.77%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#614714 (or 0x614714) is known color: Raw Umber. HEX triplet: 61, 47 and 14. RGB value is (97,71,20). Sum of RGB (Red+Green+Blue) = 97+71+20=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614714 is #9EB8EB. Grayscale: #494949. Windows color (decimal): -10402028 or 1328993. OLE color: 1328993.

HSL color Cylindrical-coordinate representation of color #614714: hue angle of 39.74º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #614714 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 20 -
CMYK 0 0.27 0.79 0.62
HSL 39.74º 0.66% 0.23% -
HSV(B) 39.74º 0.79% 0.38% -
XYZ 7.31 7.1 1.65 -
YUV 72.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 97 71 20 0 0.27 0.79 0.62 39.74 0.66 0.23
Hex 61 47 14 0 1B 4F 3E 28 42 17
Octal 141 107 24 0 33 117 76 50 102 27
Binary 1100001 1000111 10100 0 11011 1001111 111110 101000 1000010 10111

Color Harmonies of #614714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614714

Black with #614714

Text Example


Text Example

White with #614714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614714; }

 p { color: rgb(97,71,20); }

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

background-color css

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

 a { background-color: rgb(97,71,20); }

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

border-color css

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

 span { border-color: rgb(97,71,20); }

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