Html Css Color HEX #614A12 Raw Umber

📋 copy color: '#614A12'

red 97 ◦ green 74 ◦ blue 18

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

Shades of Raw Umber #614A12

Tints of Raw Umber #614A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

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

R = 51.32%
G = 39.15%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#614A12 (or 0x614A12) is known color: Raw Umber. HEX triplet: 61, 4A and 12. RGB value is (97,74,18). Sum of RGB (Red+Green+Blue) = 97+74+18=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #614A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A12 is #9EB5ED. Grayscale: #4A4A4A. Windows color (decimal): -10401262 or 1198689. OLE color: 1198689.

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

Color convert

RGB 97 74 18 -
CMYK 0 0.24 0.81 0.62
HSL 42.53º 0.69% 0.23% -
HSV(B) 42.53º 0.81% 0.38% -
XYZ 7.49 7.48 1.62 -
YUV 74.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 97 74 18 0 0.24 0.81 0.62 42.53 0.69 0.23
Hex 61 4A 12 0 18 51 3E 2B 45 17
Octal 141 112 22 0 30 121 76 53 105 27
Binary 1100001 1001010 10010 0 11000 1010001 111110 101011 1000101 10111

Color Harmonies of #614A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A12

Black with #614A12

Text Example


Text Example

White with #614A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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