Html Css Color HEX #614C0A Raw Umber

📋 copy color: '#614C0A'

red 97 ◦ green 76 ◦ blue 10

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

Shades of Raw Umber #614C0A

Tints of Raw Umber #614C0A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.53%

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 53.01%
G = 41.53%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#614C0A (or 0x614C0A) is known color: Raw Umber. HEX triplet: 61, 4C and 0A. RGB value is (97,76,10). Sum of RGB (Red+Green+Blue) = 97+76+10=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 76 (30.08% from 255 or 41.53% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #614C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C0A is #9EB3F5. Grayscale: #4B4B4B. Windows color (decimal): -10400758 or 674913. OLE color: 674913.

HSL color Cylindrical-coordinate representation of color #614C0A: hue angle of 45.52º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #614C0A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 76 10 -
CMYK 0 0.22 0.90 0.62
HSL 45.52º 0.81% 0.21% -
HSV(B) 45.52º 0.9% 0.38% -
XYZ 7.57 7.73 1.38 -
YUV 74.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 97 76 10 0 0.22 0.90 0.62 45.52 0.81 0.21
Hex 61 4C A 0 16 5A 3E 2E 51 15
Octal 141 114 12 0 26 132 76 56 121 25
Binary 1100001 1001100 1010 0 10110 1011010 111110 101110 1010001 10101

Color Harmonies of #614C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C0A

Black with #614C0A

Text Example


Text Example

White with #614C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,10); }

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

background-color css

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

 a { background-color: rgb(97,76,10); }

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

border-color css

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

 span { border-color: rgb(97,76,10); }

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