Html Css Color HEX #614503 Raw Umber

📋 copy color: '#614503'

red 97 ◦ green 69 ◦ blue 3

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

Shades of Raw Umber #614503

Tints of Raw Umber #614503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

 BLUE value IS 3 (1.56% from 255) = 1.78%

R = 57.4%
G = 40.83%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#614503 (or 0x614503) is known color: Raw Umber. HEX triplet: 61, 45 and 03. RGB value is (97,69,3). Sum of RGB (Red+Green+Blue) = 97+69+3=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #614503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614503 is #9EBAFC. Grayscale: #464646. Windows color (decimal): -10402557 or 214369. OLE color: 214369.

HSL color Cylindrical-coordinate representation of color #614503: hue angle of 42.13º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #614503 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 3 -
CMYK 0 0.29 0.97 0.62
HSL 42.13º 0.94% 0.2% -
HSV(B) 42.13º 0.97% 0.38% -
XYZ 7.07 6.8 1.03 -
YUV 69.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 97 69 3 0 0.29 0.97 0.62 42.13 0.94 0.2
Hex 61 45 3 0 1D 61 3E 2A 5E 14
Octal 141 105 3 0 35 141 76 52 136 24
Binary 1100001 1000101 11 0 11101 1100001 111110 101010 1011110 10100

Color Harmonies of #614503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614503

Black with #614503

Text Example


Text Example

White with #614503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614503; }

 p { color: rgb(97,69,3); }

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

background-color css

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

 a { background-color: rgb(97,69,3); }

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

border-color css

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

 span { border-color: rgb(97,69,3); }

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