Html Css Color HEX #614A0D Raw Umber

📋 copy color: '#614A0D'

red 97 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #614A0D

Tints of Raw Umber #614A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 52.72%
G = 40.22%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#614A0D (or 0x614A0D) is known color: Raw Umber. HEX triplet: 61, 4A and 0D. RGB value is (97,74,13). Sum of RGB (Red+Green+Blue) = 97+74+13=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A0D is #9EB5F2. Grayscale: #4A4A4A. Windows color (decimal): -10401267 or 871009. OLE color: 871009.

HSL color Cylindrical-coordinate representation of color #614A0D: hue angle of 43.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #614A0D is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 13 -
CMYK 0 0.24 0.87 0.62
HSL 43.57º 0.76% 0.22% -
HSV(B) 43.57º 0.87% 0.38% -
XYZ 7.45 7.47 1.43 -
YUV 73.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 97 74 13 0 0.24 0.87 0.62 43.57 0.76 0.22
Hex 61 4A D 0 18 57 3E 2C 4C 16
Octal 141 112 15 0 30 127 76 54 114 26
Binary 1100001 1001010 1101 0 11000 1010111 111110 101100 1001100 10110

Color Harmonies of #614A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A0D

Black with #614A0D

Text Example


Text Example

White with #614A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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