Html Css Color HEX #614712 Raw Umber

📋 copy color: '#614712'

red 97 ◦ green 71 ◦ blue 18

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

Shades of Raw Umber #614712

Tints of Raw Umber #614712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 52.15%
G = 38.17%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614712 (or 0x614712) is known color: Raw Umber. HEX triplet: 61, 47 and 12. RGB value is (97,71,18). Sum of RGB (Red+Green+Blue) = 97+71+18=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614712 is #9EB8ED. Grayscale: #484848. Windows color (decimal): -10402030 or 1197921. OLE color: 1197921.

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

Color convert

RGB 97 71 18 -
CMYK 0 0.27 0.81 0.62
HSL 40.25º 0.69% 0.23% -
HSV(B) 40.25º 0.81% 0.38% -
XYZ 7.29 7.09 1.56 -
YUV 72.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 97 71 18 0 0.27 0.81 0.62 40.25 0.69 0.23
Hex 61 47 12 0 1B 51 3E 28 45 17
Octal 141 107 22 0 33 121 76 50 105 27
Binary 1100001 1000111 10010 0 11011 1010001 111110 101000 1000101 10111

Color Harmonies of #614712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614712

Black with #614712

Text Example


Text Example

White with #614712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614712; }

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

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

background-color css

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

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

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

border-color css

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

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

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