Html Css Color HEX #614812 Raw Umber

📋 copy color: '#614812'

red 97 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #614812

Tints of Raw Umber #614812

RGB

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

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

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

R = 51.87%
G = 38.5%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614812 (or 0x614812) is known color: Raw Umber. HEX triplet: 61, 48 and 12. RGB value is (97,72,18). Sum of RGB (Red+Green+Blue) = 97+72+18=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614812 is #9EB7ED. Grayscale: #494949. Windows color (decimal): -10401774 or 1198177. OLE color: 1198177.

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

Color convert

RGB 97 72 18 -
CMYK 0 0.26 0.81 0.62
HSL 41.01º 0.69% 0.23% -
HSV(B) 41.01º 0.81% 0.38% -
XYZ 7.36 7.22 1.58 -
YUV 73.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 97 72 18 0 0.26 0.81 0.62 41.01 0.69 0.23
Hex 61 48 12 0 1A 51 3E 29 45 17
Octal 141 110 22 0 32 121 76 51 105 27
Binary 1100001 1001000 10010 0 11010 1010001 111110 101001 1000101 10111

Color Harmonies of #614812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614812

Black with #614812

Text Example


Text Example

White with #614812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614812; }

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

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

background-color css

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

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

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

border-color css

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

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

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